.about-us {
    margin: 56px;
}

.about-title h1 {
    font-size: 81.154px;
    font-weight: 400;
    line-height: 100px;
    font-family: CORPORATEACON;
}

.about-paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    font-family: "Corpo S Text Office";
}

.about-img {
    margin-top: 60px;
}

.about-img img {
    width: 100%;
}

@media screen and (max-width: 575px) {
    .about-us {
        margin: 25px 20px;
    }
    
    .about-title h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 51.5px;
    }
    
    .about-paragraph {
        font-size: 16px;
        font-weight: 400;
        line-height: 25.2px;
    }

    .about-img-mobile img {
       width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .about-img-mobile img {
        width: 100%;
    }
}