@charset "utf-8";

.sq--custom-banner { width: 100%; background-color: rgb(0, 0, 0); }

.sq--custom-banner-img { object-fit: cover; width: 100%; height: 1200px; }

@media screen and (max-width: 767.98px) {
  .sq--custom-banner-img { height: 600px; }
}

.sq--content-container { max-width: 600px; width: 100%; margin: 0px auto; padding: 0px 32px; text-align: center; color: rgb(255, 255, 255); }

.sq--custom-banner .sq--slide__content__subheading { color: rgb(117, 117, 117); }

.sq--custom-banner .sq--slide__content__button_list { justify-content: center; }