.about_section .about_img {
    position: relative;
    margin: 20px 0;
    width: 50%;
    float: left;
    margin-right: 85px;
    z-index: 1;
    }
    .about_section .about_img img {
      border-radius: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 465px;
      width: 100%;
      object-fit: cover; }
    .about_section .about_img .side-effect:after {
      content: "";
      position: absolute;
      top: -12px;
      height: calc(100% - 18px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 65px);
      left: 66px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect:before {
      content: "";
      position: absolute;
      top: -20px;
      height: calc(100% - 44px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 97px);
      left: 110px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img .side-effect span:after {
      content: "";
      position: absolute;
      bottom: -12px;
      height: calc(100% - 18px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 65px);
      right: 66px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3;
      }
    .about_section .about_img .side-effect span:before {
      content: "";
      position: absolute;
      bottom: -20px;
      height: calc(100% - 44px);
      background: url(../images/about.webp);
      border-radius: 25px;
      width: calc(100% - 97px);
      right: 110px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1;
      }
    .about_section .about_img:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
      top: 0;
      left: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
      bottom: 0;
      right: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  
  .about_section .about_content {
    height: 100%; 
  min-height: 490px;}
    .about_section .about_content h5 {
      font-size: var(--f28);
      color: var(--black-color);
      text-transform: capitalize;
      font-weight: 800;
      font-style: italic;
      margin-bottom: 25px; 
      position: relative;
  }
  .about_section .about_content h5:before{
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: var(--secondary-color);
  }
  
      .about_section .about_content h5 span {
        color: var(--other-color); }
    .about_section .about_content h2 {
     color: black;
      text-transform: capitalize;
      font-size: 25px;
   }
   .about_section .about_content h4{
      color: black;
      font-size: var(--f24);
   }
    .about_section .about_content p {
      color: #464646;
      line-height: 1.9;
      font-weight: 300;
      font-size: var(--f16);
    }
    .about_section .about_content .about_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_section .about_content .about_bottom h6 {
        margin-left: 25px;
        background-color: #f7f7f7;
        color: #acacac;
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600; }
  
  
    /*About css start*/
  section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
  }
  section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }
  section.about-us .star-rating:before, section.about-us .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
  }
  section.about-us .star-rating:after {
    transform: rotate(35deg);
  }
  section.about-us p.head {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
  }
  section.about-us .about-content-sec {
    padding-right: 50px;
    width: 50%;
    min-height: 550px;
  }
  section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
  }
  section.about-us .about-content-sec a.main-btn:hover{
    transform: translateY(-4px);
  }
  section.about-us .about-content-sec .abt-btn {
    margin-top: 40px;
  }
  section.about-us .about-image-sec img{
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
  }
  section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
  }
  section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0px 30px -15%;
  }
  section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
  }
  
  .about_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .about-image-sec{
    float: right;
    width: 50%;
    margin-top: 50px;
  }