.about {
    --About-Vertical-Padding: 120px;
    padding: var(--About-Vertical-Padding) var(--Side-Padding-Large);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
}
.about .about-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    max-width: 52%;
}

.about .about-images .about-logo {
    max-width: 100%;
}

.about .about-text-block .about-title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    position: relative;
    margin: 0;
}
.about .about-text-block .about-title .about-title-image {
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: rotateY(180deg);
}
@media screen and (max-width: 1360px) {
    .about .about-text-block .about-title .about-title-image {
        width: 300px;
        height: 150px;
   }
}
@media screen and (max-width: 1280px) {
    .about .about-text-block .about-title .about-title-image {
        width: 253px;
        height: 123px;
   }
}
@media screen and (max-width: 1024px) {
    .about .about-text-block .about-title .about-title-image {
        left: 16px;
        top: -47px;
   }
}
@media screen and (max-width: 980px) {
    .about .about-text-block .about-title .about-title-image {
        transform: none;
   }
}
@media screen and (max-width: 768px) {
    .about .about-text-block .about-title .about-title-image {
        width: 191px;
        height: 93px;
   }
}
@media screen and (max-width: 640px) {
    .about .about-text-block .about-title .about-title-image {
        width: 151px;
        height: 74px;
   }
}
.about .about-text-block .about-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: var(--Colors-Text-Primary);
}
.about .about-text-block .about-text br {
    display: block;
    content: '';
    margin: 0 0 40px;
}
@media screen and (max-width: 560px) {
    .about .about-text-block .about-text br {
        margin: 0 0 32px;
   }
}
.about .about-images {
    position: relative;
    width: 610px;
    height: 638px;
    display: flex;
    align-items: center;
}
.about .about-images .about-main-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about .about-images .about-secondary-image {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1280px) {
    .about .about-images .about-logo {
        width: 489px;
        height: 570px;
   }
}
@media screen and (max-width: 1200px) {
    .about .about-images {
        position: absolute;
        left: -42px;
        top: 82px;
        width: 492px;
        height: 515px;
   }
    .about .about-images.bottom-about {
        top: auto;
   }
    .about .about-images .about-main-image {
        width: 306px;
        height: 386px;
   }
    .about .about-images .about-secondary-image {
        width: 306px;
        height: 386px;
   }
}
@media screen and (max-width: 980px) {
    .about .about-images {
        position: relative;
        top: 0;
        left: auto;
   }
}
@media screen and (max-width: 560px) {
    .about .about-images .about-logo {
        width: 335px;
        height: 390px;
   }
}
.about.with-bg {
    background-color: #f9f3e5;
}
@media screen and (max-width: 1280px) {
    .about {
        gap: 64px;
        --About-Vertical-Padding: 104px;
   }
}
@media screen and (max-width: 1200px) {
    .about {
        justify-content: end;
   }
}
@media screen and (max-width: 1024px) {
    .about {
        gap: 0;
        --About-Vertical-Padding: 120px;
   }
    .about .about-text-block .about-text {
        font-size: 20px;
        line-height: 28px;
   }
}
@media screen and (max-width: 980px) {
    .about {
        flex-direction: column-reverse;
        padding: 96px 120px;
        gap: 64px;
   }
    .about .about-text-block {
        max-width: 100%;
        text-align: center;
   }
}
@media screen and (max-width: 560px) {
    .about {
        gap: 48px;
        padding: 80px 16px;
   }
    .about .about-text-block {
        gap: 32px;
   }
    .about .about-images {
        width: 327px;
        max-height: 343px;
   }
    .about .about-images .about-main-image {
        max-width: 203px;
        max-height: 256px;
   }
    .about .about-images .about-secondary-image {
        max-width: 203px;
        max-height: 256px;
   }
}
html[dir="rtl"] .about .about-text-block .about-title .about-title-image {
    transform: none;
}
@media screen and (min-width: 980px) {
    html[dir="rtl"] .about .about-text-block {
        text-align: right;
   }
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
    html[dir="rtl"] .about .about-images {
        left: unset;
        right: -42px;
   }
}
