@media(min-width:1399px){
    .hero-content h1 {
    
    font-size: 70px;
    line-height: 80px;
   
}.about-features1 {
    padding-top: 80px;
   
}

 .nav-menu > li > a{
      
      font-size: 17px;
 }
 /* .logo img{
      width: 150px;
} */
}
@media(min-width:991px){
.twocols{
        columns: 2;
    }
}
@media(max-width:991px){
    .page-header h1 {
    color: #fff;
    font-size: 33px;
    /* font-weight: 700; */
}
    .logo img {
    width: 80px;
}
header.sticky .logo img {
    width: 80px;
    transition: 0.4s ease;
}
.navbar{
    padding: 0 !important;
}
.machine-illustration img {
    max-width: 100%;
    margin: auto;
    opacity: 0.75;
}
.about-side-img img {
   width: 100%;
        min-width: 100%;
        object-fit: cover;
        margin-block-end: 0;
        position: relative;
}
.machine-illustration {
    margin-top: 70px;
    text-align: center;
    --translateX: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: auto;
    will-change: transform;
}
.project-top {
    display: block;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 70px;
}
.about-main-img img {
    /* height: 100%; */
    object-fit: cover;
    border-radius: 28px;
    width: 100%;
}
}