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

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

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

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

    #sobre-nos .texto {
        max-width: 414px;
        margin-left: 20px;

    }

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

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


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


}