/* Add custom CSS styles below */ 



/* ==================header============= */
.navbar-brand img{
    max-height: 5rem;
}
/*  =============main banner============*/
@media(max-width: 992px){
section#W__micr-0 img.w-full.object-contain.object-center {
    height: 60vh;
    object-fit: cover;
}
}


/* ===============about us==============  */
a.W__btn.fthree {
    background-color: #DEF0F1;
    border: none;
    border-radius: 15px;
    color: #5CB6B8 !important;
}


/* ==============features================= */
.grid.grid-cols-2.md\:grid-cols-3.gap-0\.5.bg-primary.text-center {
    gap: 0;
}

@media(max-width: 768px){
  .grid.grid-cols-2.md\:grid-cols-3.gap-0\.5.bg-primary.text-center {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

/*  ============= q & a ================*/
.h-full.grid.grid-cols-1.md\:grid-cols-2.gap-1\.5.w-auto{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}