@media (max-width: 768px) {
    .section-custom-1 img{
        right:0%;
        top:23%;
        max-width:145px;
    }
    .why-choose-us .item{
        height:76px;
    }
    .mobile-hide {
        display: none !important;
    }
    .rd-navbar-main-element {
        gap:1rem;
    }
}
 	
