.about-us-wrapper {
    margin-top: 52px;
    margin: 0px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1320px;
}

.about-us-block {
    width: 100%;
    height: 332px;
    background: #F6F6F6;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-block-title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

.about-us-block-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.about-us-block-title-wrapper {
    text-align: start; 
    margin-left: 116px;
    max-width: 663px;
}


.about-us-inner-block {
    display: flex;
    align-items: center;
}

@media (max-width : 1200px) {
    .about-us-inner-block {
        flex-direction: column;
    }

    .about-us-block-title-wrapper {
        margin-left: 0 !important;
    }

    .about-us-block-title {
        font-size: 22px;
        text-align: center;
        margin-top: 12px;
    }

    .about-us-block-content {
        margin: 0;
        margin-top: 12px;
        font-size: 14px;
        padding: 0px 16px;
        padding-bottom: 24px;
    }

    .about-us-inner-icon {
        width: 50px;
        height: 70px;
        padding-top: 16px;
    }

    .about-us-block {
        height: 100%;
    }
}