section h3 {
  font-size: 20px;
  color: #F05A23;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  section h3 {
    font-size: 24px;
  }
}
section .col-8 {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  section .col-8 {
    flex: none;
    max-width: none;
  }
}
section.sustainability_model {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 80px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  section.sustainability_model {
    padding-left: 0;
  }
}
section.sustainability_model figure {
  flex: 0 0 65%;
  max-width: 660px;
  text-align: center;
  padding-right: 80px;
}
@media (max-width: 767.98px) {
  section.sustainability_model figure {
    flex: none;
    padding-right: 0;
    max-width: 100%;
  }
}
section.sustainability_model figure img {
  width: 100%;
  height: auto;
}
section.sustainability_model figure figcaption {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #646565;
  margin-top: 15px;
}
section.sustainability_model aside {
  flex: 0 0 35%;
  max-width: 340px;
  position: relative;
}
@media (max-width: 767.98px) {
  section.sustainability_model aside {
    flex: none;
    max-width: none;
    width: 100%;
  }
}
section.sustainability_model .orangeBox {
  border-radius: 3px;
  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);
  padding: 20px;
}
section.sustainability_model .orangeBox h3 {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: normal;
}
section.sustainability_model .orangeBox button {
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #FFFFFF;
  padding: 0.7rem 1.5rem;
  display: flex;
  border-radius: 25px;
  text-align: left;
  margin-bottom: 10px;
}
section.sustainability_model .orangeBox button:before {
  content: "";
  margin-right: 10px;
  background-image: url(../assets/images/iconExpandPlus.png);
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
section.sustainability_model .orangeBox button:hover {
  text-decoration: underline;
}
section.sustainability_model .orangeBox div[data-popup] {
  z-index: 22;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: solid 2px #F05A23;
  border-radius: 3px;
  width: 100%;
  padding: 50px 25px;
}
section.sustainability_model .orangeBox div[data-popup] img {
  width: 50%;
  margin-bottom: 15px;
}
section.sustainability_model .orangeBox div[data-popup] h4 {
  color: #F05A23;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin-bottom: 20px;
}
section.sustainability_model .orangeBox div[data-popup] .text {
  margin-bottom: 25px;
}
section.sustainability_model .orangeBox div[data-popup] a.btn-next {
  color: #9D9A9A;
  display: flex;
  align-items: center;
}
section.sustainability_model .orangeBox div[data-popup] a.btn-next:before {
  content: "";
  background-color: #F05A23;
  height: 2px;
  width: 25px;
  margin-right: 10px;
}
section.sustainability_model .orangeBox div[data-popup] button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  float: none;
}
section.sustainability_model .orangeBox div[data-popup] button.close svg {
  margin-right: 0;
}
section.sustainability_model .orangeBox div[data-popup] button.close line {
  stroke: #919493;
}
section.sustainability_model .orangeBox div[data-popup] button.close:focus {
  outline: none;
}
section .achievements {
  display: flex;
  justify-content: space-between;
  margin: 60px 30px;
  flex-wrap: wrap;
}
section .achievements .achievement {
  flex: 0 0 auto;
  width: 33%;
  text-align: center;
}
@media (max-width: 767.98px) {
  section .achievements .achievement {
    width: 100%;
  }
}
section .achievements .achievement figure img {
  width: 100%;
  max-width: 70px;
  height: auto;
  max-height: 70px;
}
section .achievements .achievement figure figcaption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #005E3C;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 15px;
  margin-top: 35px;
}
section .achievements .achievement figure figcaption span {
  display: block;
  font-size: 40px;
}
section .achievements .achievement p {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
section .achievements .achievement h4 {
  color: #F05A23;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  section .achievements .achievement h4 {
    font-size: 18px;
  }
}
