html {
    scroll-behavior: smooth;
  }

.container_doc {
    /* background-color: #0177f508; */
    padding: 50px 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 40px 70px 40px;
    background: linear-gradient(to right, #EDF6FF 30%, #0177f508 30%);
    border-radius: 10px;
}
.container_doc:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; 
}
.heading_about {
    text-align: left;
    padding-top: 0;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-weight: 200;
    word-break: break-word;
    z-index: 1;
  position: relative;
}

.title_para p {
    font-weight: 100;
    line-height: 40px;
    font-size: 22px;
    /*word-spacing: 5px;*/
   }

.about_container {
    padding: 0px 60px;
    
}

.title_para {
    margin-bottom: 60px;
    margin-top: -9px;
}

.product_img {
    width: 90px;
}

.product_txt {
    font-size: 19px;
    padding-bottom: 4px;
    padding-top: 0;
    font-weight: 600;
}

.product_para {
   
    font-size: 14.3px;
    letter-spacing: 0px;
    text-align: justify;
}
.product_1 {
   
    padding: 20px;
    width: 100%;
    max-width: 280px;
    min-width: 100%;
    background-color: #ececec0a;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    /* position: relative; */
    /* animation: moveUp 1s forwards; */
    position: relative;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
}
.product_1:hover{
    background-image: linear-gradient(20deg, rgba(0, 0, 0, 0) 90%, #9e9cff), linear-gradient(213deg, rgba(0, 0, 0, 0) 90%, rgba(213, 97, 254, .7));
}
.side_listing {
    position: relative;
    height: 660px;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.side_listing::-webkit-scrollbar {
    display: none;
}
.page_about{
    margin-bottom: 40px;
  margin-top: 60px;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 60px;
  word-break: break-word;
}
.about_headings {
    top: 14%;
    position: relative;
  }
  .split-color {
    background-color: #d41e5b;
    position: absolute;
  top: 0;
  transform: translateX(-104%);
  left: 405px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #f1576b;
  }
 
  .listing_product {
    margin-top: -20px;
  }
  @media(max-width:865px){
    .container_doc{
        margin: 0px;
    }
    .product_img {
        width: 100%;
      }
    .heading_about {
      font-size: 36px;
      margin-bottom: 0px;
    }
    .page_about {
        margin-top: 0px;
        font-size: 16px;
    }
        .title_para p {
            line-height: 23px;
            font-size: 18px;
            word-spacing: 6px;
            padding-left: 0px;
          }
          .about_container {
            padding: 0px 10px;
          }
  }

  @media screen and (max-width: 1024px) {
    br {
      display: none;
    }
  }
  @media (min-width:866px) and (max-width:1200px){
    .product_img {
        width: 100%;
      }
      .heading_about {
        font-size: 50px;
        margin-bottom: 0px;
      }
  }