h6 {
    font-size: 15px;
    font-family: var(--other-font);
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
    line-height: 1.75;
}
h2{
 margin-bottom:20px; 
}
section.abt-sec img{
 width:100%;
  height:450px;
  object-fit:cover;
}
section.abt-sec.abt-rev {
    background: var(--lt-bg-color);
}