/*========================================================
      end Avout Us
=========================================================*/
.about-us-img .about-shape {
    position: absolute;
    top: 3rem;
    height: 198px;
    border-radius: 3rem;
}
.about-us-img img:nth-of-type(1) {
    height: 268px;
    border-radius: 3rem;
    width: 308px;
}

.about-us-img img:nth-of-type(2) {
    border-radius: 3rem;
    height: 316px;
    width: 270px;
}
.about_shape {
    position: absolute;
    right: 3rem;
    transform: rotate(441deg);
    bottom: 108px;
    height: 153px;
    border-radius: 3rem;
}

.section__title::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    position: relative;
    left: 0;
    top: 0;
    font-size: 29px;
    width: 21px;
    line-height: 0.8;
    height: 47px;
    border-radius: 50%;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_cont {
    background-color: #f5e8c7;
    color: #000;
    padding: 24px;
    border-radius: 20px;
    display: inline-block;
}

.about_cont::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    position: relative;
    left: -3px;
    top: 0;
    font-size: 23px;
    width: 10px;
    border-radius: 50%;
    color: var(--main-color);
}

@media (max-width: 575.98px) {
    .about_shape {
        position: absolute;
        right: 0;
        transform: rotate(441deg);
        bottom: 175px;
        height: 106px;
        border-radius: 3rem;
    }

    .about-us-img .about-shape {
        display: none;
    }

    .img_2 {
        border-radius: 3rem;
        height: 315px;
        width: 207px;
        margin-top: 10px;
    }

    .feature-card.style-3 {
        height: 331px;
    }

    .book__section {
        display: block;
        margin-bottom: 0;
    }

}

/*========================================================
      end Avout Us
  =========================================================*/