.about-block {
  padding: 1rem 0 1rem 1rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}

@media (max-width: 1218px) {
  .about-block {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1rem;
  }
}

.about-block > * {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.about-block .copy {
  max-width: 600px;
  width: 100%;
  font-size: 1.25rem;
  margin-left: calc(50vw - 600px);
}

@media (max-width: 1218px) {
  .about-block .copy {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .about-block .copy {
    max-width: 100%;
  }
}

.about-block .copy h2 {
  text-transform: uppercase;
}

.about-block .copy h2 small {
  display: block;
}

.about-block .copy h2 small svg {
  fill: #F1C75B;
  height: 20px;
  width: 25px;
}

.about-block .copy .btn {
  display: inline-block;
  width: auto;
}

.about-block .image {
  margin-right: 0;
}

.about-block .image video {
  max-width: 100%;
}

.home .about-block {
  margin-bottom: 0;
}

.home .about-block::after {
  background-color: #F4F4F4;
  top: 34%;
  left: 0;
  width: 100%;
  height: 66%;
  position: absolute;
  content: '';
  z-index: -1;
}

@media (max-width: 992px) {
  .home .about-block::after {
    top: 74%;
    height: 26%;
  }
}

@media (max-width: 767px) {
  .home .about-block::after {
    top: 58%;
    height: 42%;
  }
}
/*# sourceMappingURL=style.css.map */