.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/altei.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: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  color: black;
}
.desc p span {
  font-weight: 700;
  color: #738B21;
}

.desc-more {
  font-size: 24px;
  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: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}
.sources ol {
  padding-left: 30px;
}
.sources ol li {
  font-size: 18px;
  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 .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: 768px) {
  .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 */
