/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-bsm: 769px;
  --breakpoint-sm: 768px;
  --breakpoint-xsm: 767px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .hero-second-block h1,
.hero-second-block h1 {
  width: calc(100% + 170px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .wp-block .hero-second-block h1,
  .hero-second-block h1 {
    max-width: 100%;
  }
}
.wp-block .hero-second-block h1 i,
.wp-block .hero-second-block h1 em,
.hero-second-block h1 i,
.hero-second-block h1 em {
  font-family: "Shantell Sans", cursive;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(181 205 25 / var(--tw-text-opacity, 1));
  font-style: normal;
}
