.customer-support-banner {
  background-image: url(/staticfiles/images/contact-us-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customer-support-banner .section_flex {
  flex-direction: column;
  gap: 5rem;
}
.customer-support-banner.banner-section .section-content {
  padding: unset;
  box-shadow: unset;
  z-index: unset;
  background-color: unset;
}
.customer-support-banner .section-content {
  width: 100%;
  max-width: 60%;
}
.customer-support-banner .section-content .sub_heading {
  color: #ffba3b;
}
.customer-support-banner .section-content h1 {
  color: rgba(255, 255, 255, 1);
}
.customer-support-banner .section-content .pera_grapg {
  color: rgba(255, 255, 255, 0.9);
}
.customer-support-banner .section-content .sec_sub_text,
.sec_sub_text {
  color: rgba(255, 255, 255, 0.9);
  max-width: 91%;
}
.customer-support-banner .banner-right-div img {
  box-shadow: 0rem 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.4);
  border-top-right-radius: 8.5rem;
  border-bottom-left-radius: 8.5rem;
}

.contact_faq_section {
  background-color: white;
}
.contact_faq_section .section-content .sec_sub_text {
  margin: 0 auto;
  margin-top: 2rem;
}
.contact_faq_section .accordion {
  border-top: 0.0625rem solid #0000008f;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.56);
}
@media screen and (max-width: 768px) {
  .customer-support-banner .section-content {
    max-width: 100%;
  }
}
