section h2 {
  font-size: 40px;
  color: #F05A23;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
section .keyvisual .images {
  margin-bottom: 0;
}
section .banner {
  position: relative;
}
section .banner .description {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 2;
  width: 50%;
  max-width: 660px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
}
section .banner .description h2 {
  color: #FFFFFF;
  font-size: 80px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 20px;
}
section .banner .images img {
  border-radius: 0;
  border-radius: 0;
}
section .quicklinks {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
section .quicklinks .headline {
  background: rgb(242, 96, 30);
  background: -moz-linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
  background: linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2601e",endColorstr="#fe8501",GradientType=1);
  position: absolute;
  min-height: 260px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
section .quicklinks > h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
section .quicklinks > a {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  align-items: center;
}
section .quicklinks > a:before {
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}
section .quicklinks .boxes {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0;
}
section .quicklinks .boxes .box {
  text-align: left;
  width: 25%;
  margin: 0 15px;
  padding: 30px;
  border-radius: 3px;
  background-color: #EEEFF0;
  display: flex;
  flex-direction: column;
}
section .quicklinks .boxes .box:nth-child(even) {
  background-color: #005E3C;
}
section .quicklinks .boxes .box:nth-child(even) h3 {
  color: #FFFFFF;
}
section .quicklinks .boxes .box:nth-child(even) p {
  color: #FFFFFF;
}
section .quicklinks .boxes .box:nth-child(even) a {
  color: #FFFFFF;
}
section .quicklinks .boxes .box:last-child {
  margin-bottom: 0;
}
section .quicklinks .boxes .box h3 {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #F05A23;
}
section .quicklinks .boxes .box p {
  flex: 1;
  font-size: 16px;
}
section .quicklinks .boxes .box a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
section .quicklinks .boxes .box a:before {
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 2px;
  background-color: #F05A23;
}

.container section {
  width: 100%;
  max-width: 1200px;
}
.container section .leftright {
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-direction: row;
  margin-bottom: 60px;
}
.container section .leftright .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container section .leftright .left .box {
  border-radius: 3px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  padding: 60px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  justify-content: flex-start;
}
.container section .leftright .left .box h2 {
  color: #005E3C;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 100%;
}
.container section .leftright .left .box p {
  font-size: 20px;
  color: #646565;
  margin-bottom: 40px;
}
.container section .leftright .left .box a {
  display: flex;
  align-items: center;
}
.container section .leftright .left .box a:before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #F05A23;
  margin-right: 10px;
}
.container section .leftright .right {
  width: 100%;
  max-width: 930px;
}
.container section .leftright .right img {
  width: 100%;
  height: auto;
}
.container section .leftright.textOnRight {
  flex-direction: row-reverse;
}
.container section .leftright.textOnRight .left {
  left: auto;
  right: 0;
}
.container section .stories.swiper-container {
  padding: 20px 0;
  margin: 0 -10px;
}
.container section .stories.swiper-container .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.container section .stories.swiper-container .swiper-wrapper .swiper-slide {
  flex: 0 0 50%;
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.container section .stories.swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.container section .stories.swiper-container .swiper-wrapper .swiper-slide .box {
  background-color: #F9F9F9;
  padding: 30px;
  flex: 1;
  height: 100%;
}
.container section .stories.swiper-container .swiper-wrapper .swiper-slide .box span {
  display: inline-block;
  padding: 5px 10px;
  line-height: 100%;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #F05A23;
  border-radius: 3px;
  margin-bottom: 15px;
}
.container section .stories.swiper-container .swiper-wrapper .swiper-slide .box h4 {
  font-size: 20px;
  font-weight: normal;
  color: #4D4D4D;
}
.container section .swiper-slide {
  height: auto;
}

.images .image {
  position: relative;
}
.images .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.images .image img.responsive {
  display: none;
}

@media (max-width: 767.98px) {
  section h2 {
    font-size: 24px;
  }
  section .keyvisual {
    background: rgb(242, 96, 30);
    background: -moz-linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
    background: linear-gradient(180deg, rgb(242, 96, 30) 0%, rgb(254, 133, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2601e",endColorstr="#fe8501",GradientType=1);
  }
  section .banner {
    display: flex;
    flex-direction: column-reverse;
  }
  section .banner .description {
    margin-top: 20px;
    width: auto;
    position: relative;
    top: auto;
    transform: none;
    padding: 20px;
    text-align: left;
  }
  section .banner .description h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  section .banner .description p {
    font-size: 14px;
  }
  section .quicklinks {
    background: none;
    padding: 25px;
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  section .quicklinks .headline {
    display: none;
  }
  section .quicklinks > h2 {
    font-size: 16px;
  }
  section .quicklinks p {
    font-size: 14px;
  }
  section .quicklinks > a {
    font-size: 14px;
  }
  section .quicklinks .boxes {
    position: relative;
    bottom: auto;
    flex-direction: column;
  }
  section .quicklinks .boxes .box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .container section .leftright {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .container section .leftright .left {
    position: relative;
    top: auto;
    transform: none;
  }
  .container section .leftright .left .box {
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0 0 0;
  }
  .container section .leftright .left .box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .container section .leftright .left .box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .container section .leftright .left .box a {
    font-size: 14px;
  }
  .container section .leftright.textOnRight {
    flex-direction: column-reverse;
  }
  .container section .stories.swiper-container {
    margin: 0;
  }
  .container section .stories.swiper-container .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .container section .stories.swiper-container .swiper-wrapper .swiper-slide {
    flex: none;
    margin-bottom: 0;
    padding: 0;
  }

  .images .image img {
    display: none;
  }
  .images .image img.responsive {
    display: block;
  }
}
@media (max-width: 991.98px) {
  section .banner .description {
    padding: 0 0 0 30px;
  }
  section .banner .description h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .container section .stories.swiper-container .swiper-wrapper .swiper-slide .box span {
    font-size: 11px;
  }
  .container section .stories.swiper-container .swiper-wrapper .swiper-slide .box h4 {
    font-size: 16px;
  }
}
