#sobre-iptv {
    background-color: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
}

#sobre-iptv .sobre-detalhes img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra ao redor da imagem */
    margin-bottom: 20px; /* Espaço abaixo da imagem */
}

#sobre-iptv .sobre-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

#sobre-iptv .sobre-detalhes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

#sobre-iptv .sobre-detalhes img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
}

#sobre-iptv .texto-beneficios {
    flex: 1;
    min-width: 250px;
    text-align: left;
    color: #555;
    font-size: 16px;
}
