@media (max-width: 991px) {
.container-fluid {
    padding: 0 15px !important;
}

  .hero-cta .btn {
    padding: 16px 15px;
    max-width: 100% !important;
}
.header .header-top {
    justify-content: space-between;
    align-items: center;
}
.header.fixed .hamburger-icon i { 
    color: #fff;
}

}
