
.about-pd-r{
    padding-right: 5rem;
}
.sub-title {
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about_wrapper .sub-title {
    margin-bottom: 1rem;
}
.about_wrapper .borders{
    margin: 0;
}
.about-img2{
    /* background: var(--heading-color); */
    border-radius: 15px;
    padding: 0%;
    /* border: 25px solid var(--heading-color); */
    overflow:hidden;
}
.about-img2 img{
    width: 100%;
    aspect-ratio: 1.2;
    height: 450px;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
    transition: all 400ms ease-in 0s;
}

.about-img2:hover img{
    webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.borders {
    height: 3px;
    width: 75px;
    background-color: var(--heading-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.about-dec{
    margin-top: 1rem;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
/*.about-image {
    width: 50%;
    float: right;
    margin-left: 20px;
}*/

.about-content {
    min-height: 450px;
}
section#about .about-image {
    order: 2;
}
  section#about .about-content {
    order: 1;
}