/* Generated by vite-plugin-svg-spritemap */
.contentwithvideo {
  background-color: #faf9e5;
  background-image: url("../assets/img/contentwithvideo/olive-pattern.png"), linear-gradient(180deg, #d0d7b5 0%, #faf9e5 50%);
  background-position: right top, center;
  background-repeat: no-repeat;
  background-size: auto 100%, 100% 100%;
  background-blend-mode: multiply, normal;
}
.contentwithvideo__head {
  display: grid;
  justify-items: center;
  text-align: center;
}
.contentwithvideo__title {
  font-weight: 400;
}
.contentwithvideo__intro {
  max-width: 47.5rem;
  color: #3c5c55;
  line-height: 1.75;
}
.contentwithvideo__intro span {
  display: block;
}
.contentwithvideo__body {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(15.625rem, 0.82fr);
  align-items: center;
}
.contentwithvideo__video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #2a401e;
  box-shadow: 0 0.625rem 1.875rem rgba(42, 64, 30, 0.08);
}
.contentwithvideo__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contentwithvideo__text {
  color: #3c5c55;
  line-height: 1.85;
}
.contentwithvideo__text p {
  margin: 0;
}
@media (max-width: 61.99875em) {
  .contentwithvideo {
    background-size: auto 75%, 100% 100%;
  }
  .contentwithvideo__body {
    grid-template-columns: 1fr;
  }
  .contentwithvideo__text {
    max-width: 47.5rem;
  }
}
@media (max-width: 47.99875em) {
  .contentwithvideo {
    background-position: 70% top, center;
    background-size: auto 55%, 100% 100%;
  }
  .contentwithvideo__intro {
    line-height: 1.65;
  }
  .contentwithvideo__text {
    line-height: 1.75;
  }
}
@media (max-width: 20em) {
  .contentwithvideo__intro {
    font-size: 0.9375rem;
  }
  .contentwithvideo__body {
    gap: 1.875rem;
  }
  .contentwithvideo__body {
    margin-top: 1.875rem;
  }
  .contentwithvideo__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .contentwithvideo__intro {
    font-size: clamp( 0.9375rem , 0.87083333333125rem  +  0.3333333333vw , 1.125rem );
  }
  .contentwithvideo__body {
    gap: clamp( 1.875rem , 0.852777777775rem  +  5.1111111111vw , 4.75rem );
  }
  .contentwithvideo__body {
    margin-top: clamp( 1.875rem , 0.9861111111125rem  +  4.4444444444vw , 4.375rem );
  }
  .contentwithvideo__text {
    font-size: clamp( 0.9375rem , 0.89305555555625rem  +  0.2222222222vw , 1.0625rem );
  }
}
@media (min-width: 76.25em) {
  .contentwithvideo__intro {
    font-size: 1.125rem;
  }
  .contentwithvideo__body {
    gap: 4.75rem;
  }
  .contentwithvideo__body {
    margin-top: 4.375rem;
  }
  .contentwithvideo__text {
    font-size: 1.0625rem;
  }
}