.section-hero__title {
  margin-bottom: 40px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section-hero__title {
    margin-bottom: 80px;
  }
}
.section-hero__banner-box {
  position: relative;
  width: 100%;
}
.section-hero__banner-box::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media (min-width: 1024px) {
  .section-hero__banner-box::before {
    padding-top: 42%;
  }
}
.section-hero__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 64% 50%;
     object-position: 64% 50%;
}
@media (min-width: 1024px) {
  .section-hero__banner-img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.panels-list {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  padding: 40px 0 90px;
}
@media (min-width: 1024px) {
  .panels-list {
    row-gap: 40px;
    padding: 80px 0 240px;
  }
}

.panel {
  padding: 60px 0;
  background-color: #f6f6f7;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .panel {
    padding: 120px 0;
  }
}
.panel--yellow {
  background-color: #fffaf6;
}
.panel--n3 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .panel--n6 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
}
@media (max-width: 768px) {
  .panel--n6 .panel__grid {
    gap: unset;
  }
}
.panel__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .panel__grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .panel__grid {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .panel__grid--3cols {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
        grid-template: auto/repeat(3, 1fr);
  }
}
.panel__grid--2cols {
  -ms-grid-rows: auto;
  -ms-grid-columns: (84%)[2];
      grid-template: auto/repeat(2, 84%);
}
@media (min-width: 1024px) {
  .panel__grid--2cols {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}

.m-show {
  display: none;
}
.d-show {
  display: block;
}

@media (max-width: 768px) {
  .m-show {
    display: block;
  }
  .d-show {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
