.case-hero {
  margin: 30px 0;
}
.case-hero__content {
  border-radius: 0 0 15px 15px;
  background: #507941;
  padding: 15px 20px;
}
.case-hero__content h2 {
  font-family: "London", "Inter", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0;
}

.desc {
  margin-bottom: 40px;
}
.desc__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.desc__pic {
  background-image: url("./assets/media/case-3-pr.png");
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  width: 100%;
  height: 300px;
  border-radius: 15px;
}
.desc h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  width: 100%;
  margin: 0;
  color: #507941;
}
.desc h2 span {
  font-family: "London", "Inter", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}
.desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  color: black;
}
.desc p span {
  font-weight: 700;
  color: #738B21;
}

.accordion-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.accordion-item__btn {
  background-color: rgb(115, 139, 33);
  text-align: center;
  padding: 5px 32px;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  font-size: 20px;
}

.accordion-1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-1.active {
  max-height: 3000px;
}

.materials {
  padding: 30px 0;
}
.materials h4 {
  color: #738B21;
  font-weight: 700;
  text-align: center;
}
.materials__container {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.materials__container a {
  text-decoration: none;
  color: black;
}
.materials__container a:hover, .materials__container a:visited, .materials__container a:active, .materials__container a:focus {
  color: black;
  text-decoration: none;
}
.materials__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.materials__item img {
  width: 100%;
  height: auto;
}
.materials__item p {
  font-size: 20px;
  font-weight: 600;
}

.control-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.control-block__btn {
  flex: 1;
  background-color: rgb(115, 139, 33);
  text-align: center;
  padding: 8px 10px;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.control-block__btn:hover, .control-block__btn:visited, .control-block__btn:active, .control-block__btn:focus {
  color: white;
  text-decoration: none;
}
.control-block--1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.content-wrapper {
  position: relative;
}

.content-section {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  inset: 0;
}

.content-section.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.control-block__btn {
  transition: background 0.25s ease;
}

.control-block__btn.active {
  background-color: rgb(90, 110, 20);
}

.desc-more {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  color: black;
}
.desc-more ul {
  padding-left: 35px;
}
.desc-more span {
  font-weight: 700;
  color: #738B21;
}

.sources {
  padding: 60px 0 100px;
  border-top: 1px solid #738B21;
}
.sources h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}
.sources ol {
  padding-left: 30px;
}
.sources ol li {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: black;
}
.sources a {
  color: black;
}
.sources a:hover {
  color: black;
}

.videos {
  padding-bottom: 30px;
}
.videos__experts {
  padding-top: 30px;
}
.videos__experts p {
  margin-bottom: 0;
}
.videos__content {
  padding-top: 20px;
}
.videos h4 {
  color: #738B21;
  font-weight: 700;
  text-align: center;
}
.videos .swiper-slide {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: auto;
}
.videos .swiper-slide span {
  font-family: "London", "Inter", sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: white;
}
.videos .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.videos .swiper-pagination-bullet {
  margin: 0 7px !important;
  height: 12px;
  width: 12px;
}
.videos .swiper-pagination-bullet-active {
  background: #738B21;
}
.videos__filler {
  background: #738B21;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .control-block--1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .materials__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .materials__item {
    gap: 15px;
  }
  .control-block--1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-hero__content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .desc__content {
    gap: 20px;
  }
  .desc h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .desc h2 span {
    font-size: 48px;
    line-height: 56px;
  }
  .desc p {
    font-size: 16px;
    line-height: 20px;
  }
  .sources {
    padding: 30px 0 60px;
  }
  .sources ol {
    padding-left: 20px;
  }
  .sources ol li {
    font-size: 12px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
