@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
.s-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.s-frame__iframe {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: none;
}
@media (max-width: 767px) {
  .s-frame {
    padding-bottom: 350px;
  }
  .s-frame__iframe {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.s-brochure {
  background-color: #f7f7f7;
  padding-top: 170px;
  padding-bottom: 125px;
}
.s-brochure__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
  max-width: 800px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-align: center;
  color: #26292e;
}
.s-brochure__title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 39px;
  line-height: 49px;
}
.s-brochure__content {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
.s-brochure__button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #00A22c;
  height: 60px;
  width: 240px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  color: #ffffff;
}
.s-brochure__button a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .s-brochure {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .s-brochure__title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 28px;
  }
  .s-brochure__content {
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 26px;
  }
}


