﻿.section-videos {
    background-color: #1f3156;
    margin-top: 5.625rem;
}

.videos-sistema {
    margin-inline: auto;
    padding: 3.75rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8rem;
    color: white;
    justify-content: center;
    margin: 5rem 0;
}

    .videos-sistema div {
        max-width: 38rem;
    }

    .videos-sistema div h2 {
        font-family: Montserrat,sans-serif;
        font-size: 1.25rem;
        color: #fff;
        font-weight: 600;
    }

    .videos-sistema div p {
        font-family: Maven Pro,sans-serif;
        font-size: 1.125rem;
        color: #ededed;
        text-align: justify;
    }

@media(max-width: 980px) {
    .videos-sistema {
        display: block;
        text-align: -webkit-center;
    }

    .iframe-video-produto {
        width: 340px;
        height: 190px;
    }

    .videos-sistema div h2 {
        margin: 2rem 0;
        text-align: center;
    }
}