@media only screen and (min-width: 600px) and (max-width: 1300px){


    #sobre-nos .title-mobile {
        display: none;
    }

    #sobre-nos {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    #sobre-nos img {
        width: 50%;
        border-radius: 12px;
    }

    #sobre-nos .texto {
        max-width: 50%;
        margin-left: 20px;
    }

    #sobre-nos .texto h2 {
        font-weight: 700;
        font-size: 20px;
        color: var(--default-blue);
    }

    #sobre-nos .texto p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        color: var(--hover-gray);
    }


    #sobre-nos .texto p {
        margin-top: 10px;
    }


}