section.about-section {
    position: relative;
    padding-top: 150px;
}
section.about-section .main-btn{
    width:150px;
    text-align:center;
}
section.about-section .section-shape {
    position: absolute;
    left: 0;
    top: 150px;
}
section.about-section h6{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading-font);
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}
section.about-section h6::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url('../images/section__style__two.svg');
    background-repeat: no-repeat;
    transform: translate(0, 50%);
    display: none;
}
section.about-section .about-info {
    margin-right: 10px;
}
section.about-section a.abt-btn {
    transition: 0.6s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
}
section.about-section a.abt-btn i{
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: var(--btn-color);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
}
section.about-section a.abt-btn:hover{
  letter-spacing: 1px;
}
section.about-section .abt-para {
    margin-bottom: 20px;
    /* max-height: 237px; */
    overflow: hidden;
}
section.about-section  .about-img1{
    overflow: hidden;
    width: 485px;
    width: 58.33333333%;
    border-radius: 0;
    height: 590px;
    object-fit: cover;
}
section.about-section  .about-img-right {
    width: 41.66666%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
section.about-section .about-img-right img{
  width:100%;
  height:284px;
  object-fit:cover;
}
section.about-section .col-lg-8.col-md-12.col-12{
    display: flex;
    justify-content: space-between;
    gap: 17px;
}
section.about-section .about-img1 img{
    height:100%;
    object-fit: cover;
}
section.about-section .col-7{
    display: flex;
    align-items: center;
}
section.about-section h2{
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
}
section.about-section h2 span{
    font-family:var(--other-font);
    font-size: 52px;
    font-weight: 600;
    font-style: italic;
}
section.about-section h2::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
}
section.about-section .col-lg-4.col-md-12.col-12{
  display:flex;
  justify-content:center;
  flex-direction:column;
}