.row>*{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.coluna-direita, .coluna-esquerda{
    margin: 0 5%;
    width: 40%;
}

.coluna-esquerda{
    margin-left: 8%;
    width: 37%;
}
.sobre-nos h5{
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #34C1FD;
    margin-top: 5%;
}

.sobre-nos h4{
    font-weight: 800;
    font-size: 62px;
    line-height: 110.00000000000001%;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 4%;
}


.sobre-nos p, .sobre-nos ul li{
    font-weight: 300;
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.col-imagem-direita ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.col-imagem-direita ul li {
    position: relative;
    padding-left: 22px !important;
    margin-bottom: 14px;
    color: #fff;
    line-height: 1.4;
}

.col-imagem-direita ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;              
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: block;
}



.coluna-esquerda h4{
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0px;
    margin: 0 0 6% 0;
}

.mapa{
    max-width: 80%;
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: 10%;
}

.experience-button{
    margin-top: 9%;
    max-width: 313px;
    height: 56px;
}

b, strong {
    font-weight: bolder;
    font-weight: 600;
}

/* MOBILE */
@media screen and (max-width: 1020px) {

    /* .sobre-nos{
        margin: 12% 5% 5% 3%;
    } */
    .sobre-nos h2, .sobre-nos h4{
        font-size: 28px;
        width: 80%;
        line-height: 130%;
        letter-spacing: 0px;
    }

    .sobre-nos h4{
        font-size: 16px;
    }
    .sobre-nos h2{
        margin-left: 10%;
    }
    .sobre-nos h5{
        font-size: 16px; 
        margin-top: 8%;
    }
    .sobre-nos p {
        font-size: 16px;
        margin-bottom: 7%;
    }
    .sobre-nos img{
        width: 100%;
        height: 572px;
    }

    .col-imagem-direita img{
        height: 520px;
    }
    .coluna-esquerda, .coluna-direita{
        width: 80%;
        margin-left: 10%;
    }

    .coluna-esquerda h4 {
        margin: 10% 0 6% 0;
    }

    .coluna-direita h4{
        font-size: 28px;
        margin-bottom: 9%;
    }
    .conteudo-sobre-nos img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mapa{
        width: 310px;
        height: 325px !important;
        margin-left: 4%;
    }
    .experience-button{
        font-size: 16px;
        letter-spacing: 0px;
        width: 311px;
        height: 40px;
        gap: 16px;
        margin-bottom: 12%;
    }

    .row.align-items-center:nth-of-type(2) {
        flex-direction: column; 
    }

    .row.align-items-center:nth-of-type(2) .col-imagem-direita {
        order: -1;
        width: 90%;
        margin-left: 2%;
    }

    .row.align-items-center:nth-of-type(2) .coluna-esquerda {
        order: 0;
    }
    .col-imagem-direita ul li{
        font-size: 14px;
    }
}