.section-wrapper {
  width: 100%;
  min-width: 1004px;
}

.section-wrapper.s1 {
  background-color: #145bab;
}

.section-wrapper.s2 {
  height: 572px;
  border-top: 10px solid #ffb200;
  border-bottom: 10px solid #ffb200;
  background-color: #145bab;
  background-image: url('../images/bg-img.webp');
  background-position: 50% 50%;
  background-size: auto;
}

.section-wrapper.s3 {
  height: 74px;
  border: 1px none #000;
  background-color: #145bab;
  background-image: url('../images/motif.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.section-wrapper.s4 {
  border: 1px none #000;
  background-color: #145bab;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1004px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-wrapper.s1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper.s2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper.s3 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper.s4 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  display: block;
  margin: 20px auto 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.body {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  text-align: center;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
}

.image-2 {
  display: block;
  margin-top: 184px;
  margin-right: auto;
  margin-left: auto;
}

.heading-5-copy {
  margin: 30px auto 90px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 2.1px;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
}

.image-3 {
  position: absolute;
  left: -9%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-5 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .section-wrapper.s1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-wrapper.s2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-wrapper.s3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-wrapper.s4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-wrapper.s1 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper.s2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper.s3 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper.s4 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-2 {
    margin-top: 184px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    left: 370px;
  }

  .image-4 {
    right: 370px;
  }
}

@media screen and (max-width: 991px) {
  .section-wrapper.s1 {
    min-width: 0px;
  }

  .section-wrapper.s2 {
    min-width: 0px;
  }

  .section-wrapper.s4 {
    min-width: 0px;
  }

  .content-wrapper.s2 {
    width: 100%;
  }

  .content-wrapper.s4 {
    width: 100%;
  }

  .image-3 {
    left: -24%;
  }

  .image-4 {
    right: -14%;
  }
}

@media screen and (max-width: 767px) {
  .section-wrapper.s3 {
    min-width: 0px;
  }

  .section-wrapper.s4 {
    height: 200px;
  }

  .content-wrapper.s4 {
    height: 200px;
  }

  .heading-5 {
    font-size: 60px;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  }

  .heading-5-copy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  }

  .image-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -118%;
    z-index: 0;
    display: none;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section-wrapper.s2 {
    height: 330px;
    background-image: url('../images/bg-img1.webp');
    background-position: 65% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-wrapper.s3 {
    display: none;
  }

  .heading-5 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .image-2 {
    margin-top: 102px;
  }

  .heading-5-copy {
    font-size: 30px;
    line-height: 35px;
  }
}

