.strategy-2023-2027 #work-top{
  background-image: url(../images/strategy-2023-2027/commitments_section_intro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strategy-2023-2027 #work-top .breadcrumb,
.strategy-2023-2027 #work-top .breadcrumb a{
  color: white;
}
.strategy-2023-2027 #work-top h2{
  color: white;
}

.strategy-2023-2027 .commitments_section_intro{
  background-image: url(../images/strategy-2023-2027/commitments_section_intro.jpg);
  padding: 90px 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.strategy-2023-2027 .commitments_section_intro > div{
  max-width: 742px;
  color: white;
  font-family: 'Source Sans 3', sans-serif, arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: auto;
}

.strategy-2023-2027 #apply{
  background-image: none;
  padding: 0px;
  background-image: url(../images/strategy-2023-2027/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-2023-2027 #apply2{
  background-image: none;
  padding-top: 40px;
  background-image: url(../images/strategy-2023-2027/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-2023-2027 #apply .first-downlaod{
  background-image: url(../images/strategy-2023-2027/download-document-download.jpg);
  padding: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.strategy-2023-2027 #apply .first-downlaod h3{
  color: #FFF;
}
.strategy-2023-2027 #apply .first-downlaod > a{
  color: #FFF;
  border-color: #FFF;
}
.strategy-2023-2027 #apply .first-downlaod > a:hover{
  background-color: #01506f;
  color: white;
}

.strategy-2023-2027 #apply .additional-downlaods{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  max-width: 1180px;
  padding: 30px;
}

.strategy-2023-2027 #apply .additional-downlaods:last-of-type{
  padding-bottom: 60px;
}
.strategy-2023-2027 #apply .additional-downlaods h3{
  color: #01506f;
  margin: 0px;
  font-size: 24px;
  padding: 0px;
  text-transform: none;
  
}
.strategy-2023-2027 #apply .additional-downlaods > a{
  margin: 0px;
  color: #01506f;
  border-color: #01506f;
  margin-right: 30px;

}
.strategy-2023-2027 #apply .additional-downlaods > a:hover{
  background-color: #01506f;
  color: white;
}

@media only screen and (max-width: 992px) {
  .strategy-2023-2027 #apply .additional-downlaods{
    flex-direction: column;
  }
  .strategy-2023-2027 #apply .additional-downlaods > a{
    margin: 30px 0px 0px 0px;
  }
}