.section-boxed .section-faq {
  overflow: hidden;
  border-radius: var(--rounded-lg);
}

@media only screen and (max-width: 1000px) {
    .section-boxed .section-faq {
        border-radius: 0;
    }
}

.section-faq .faq-availability img {
  height: 65vh;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
}