.about_bottom_text{
    color:#50414a;
    font-size: 22px;
    text-transform: math-auto;
    /* font-family: var(--secondary--font); */
    font-family: var(--secondary-font);
    font-weight: 700;
}
section.about_sec .bottom_content img{
    width: 185px;
    height: 45px;
}
section.about_sec h2{
    /* text-transform: uppercase !important; */
    font-size: 38px;
}
.about-img {
    width: 41%;
    float: right;
    margin-left: 24px;
}
.about-img img{
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.about_content{
  min-height: 550px;
}
section.about_sec .about-img img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}