/* Add custom CSS styles below */ 

      section.jo-hero-section {
        margin-bottom: 0;
        margin-top: 6rem;
}
.jo-offers-banner {
  svg {
    display: none;
}
}
@media (max-width:767px){
        section.jo-hero-section {
        margin-top: 4rem;
}
  .jo-hero-section {
    .\!h-\[400px\] {
    height: 200px !important;
}

  }
  .jo-Why-choose-us {
    .grid-cols-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px !important;
}
    .text-\[clamp\(1\.5rem\2c 1\.4235rem\+0\.3265vw\2c 1\.75rem\)\] {
    font-size: clamp(1rem,1rem + 0.3265vw,1rem);
}
    .text-\[clamp\(1rem\2c 0\.9617rem\+0\.1633vw\2c 1\.125rem\)\] {
    font-size: clamp(.6rem,0.5rem + 0.1633vw,1.125rem);
}
  }
}