﻿#headerTitle {
    font-size: 30px !important;
}
#headerDesc {
    font-size: 20px !important;
}

.metodologias-desc {
    font-size: 17px;
}

.desktopContent {
    display: inline-flex;
}

.mobileContent {
    display: none !important;
}

@media(max-width:768px) {
    #headerTitle {
        font-size: 25px !important;
        font-weight: 400;
    }

    #headerDesc {
        font-size: 15px !important;
    }

    .fundoCinza .container
    {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .image-container {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 0px !important;
    }

    .metodologias-desc {
        font-size: 12px !important;
        margin-bottom: 20px;
    }

    .display-3 {
        font-weight: 400 !important;
    }

    hr {
        margin: 0px !important;
    }

    .desktopContent {
        display: none;
    }

    .mobileContent {
        display: block !important;
    }

    .beneficios .display-4 {
        font-size: 1.1rem !important;
        font-weight: 400 !important;
    }

    .beneficios img {
        width: 60px !important;
    }

    .beneficios h4 {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .row > * {
        margin-top: 0.5rem !important;
    }
}