/* header styles    */
 
@media (max-width: 768px) {
    .tel-number, .enquiry-btn {
        display: none !important;
    }
    .topbar .container {
        justify-content: center;
    }
}

@media (max-width:  720px) {
  .mfg-tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.close-img {
    width: 83px;
    top: 15px;
    position: absolute;
}