.sou_swiper div.swiper-wrapper {
    padding-left: 36%;
    padding-right: 700px;
}

.swiper-slide.sou_video-slide > div {
    width: 100%;
}

.swiper-slide.spacer {
    background: none;
    border: 0px;
    box-shadow: unset;
}

.swiper.sou_swiper {
    height: 500px;
}

.sou_copy {
    color: var(--Green---Dark, #383B24);
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    margin-bottom: 24px;
}

.sou_title {
    color: var(--Green---Dark, #383B24);
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.72px;
    margin: 20px 0px;
}

.illustration img {
    height: 220px;
}

.illustration {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 30px;
}

.sou_swiper {
    width: 100vw;
    right: 0;
    position: absolute !important;
    top: 54px;
    max-width: 1440px;
}

.sou_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 1440px) {
  .sou_swiper {
    border-radius: 16px;
}
}


.sou_swiper_container {
    width: 100vw;
    max-width: 1440px;
  	position: relative;
}

.swiper-slide {
    border-radius: 16px;
    border: 1px solid #414141;
    background: linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),linear-gradient(0deg,rgba(101,106,131,0.30) 0%,rgba(101,106,131,0.30) 100%),url() lightgray 50% / cover no-repeat;
    background-blend-mode: normal, multiply, normal;
    box-shadow: 1px 1px 0px 0px #414141;
    width: 40vw;
    overflow: hidden;
}

.sou_swiper .swiper-slide {
    background-size: 111% auto;
    background-position: center;
}

.sou_swiper .swiper-slide {
    max-width: 350px;
    /* max-height: 500px; */
    border-radius: 16px;
    border: 1px solid #242C35;
    background: var(--Natural---Light, #F7F5EF);
    box-shadow: 1px 1px 0px 0px #242C35;
}

.sou_video {
    width: 100%;
    height: 175px;
    border-radius: 8px;
    border: 1px solid #242C35;
    box-shadow: 1px 1px 0px 0px #242c35;
    background-size: cover;
    background-position: 50% 25%;
}

.swiper-slide.sou_video-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
}

.swiper.sou_swiper {
}






@media all and (max-width: 900px) {
  .sou_swiper div.swiper-wrapper {
    padding-left: 5vw!important;
    padding-right: 48vw!important;
}
  
/*  .swiper_container {
    width: 100%;
    height: 65vw;
} */
  
      .sou_swiper.swiper {
        height: 582px !important;
        position: relative !important;
        top: unset !important;
        margin-top: 20px;
        margin-bottom: 50px;
    }
  
  .sou_swiper .swiper-slide {
    background-size: 125% auto!important;
    background-position: center;
}
  
    .sou_swiper .swiper-slide {
        height: 100% !important;
        width: 300px !important;
    }
  
  .illustration {
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding-right: 30px; */
}
  
  .illustration img {
    height: 150px;
}
}
  
  
  
  
  
  
  
  