
  h4 {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 1.8rem;
}


.bg-light {
  padding: 3rem 5rem 3rem 8rem;
  position: relative;
}

.bg-light:after {
  content: "";
  left: 3%;
  top: 8%;
  position: absolute;
  border: solid 1px #e99b04;
  width: 100%;
  height: 100%;
}

.bg-light:before {
  content: "";
  left: -70%;
  top: 30%;
  position: absolute;
  border-top: solid 1px #e99b04;
  width: 80%;
}

.bg-light p {
  margin: 2rem 2rem 1rem 2rem;
  position: relative;
}

 

.whr-items {
  list-style: none;
  padding-left: 0;
  width: 100%;
  /* margin-top: 30px; */
  height: 100%;
}

.whr-item {
  display: block;
  /* width: 47%; */
  min-width: 250px;
  max-width: 600px;
  list-style: none;
  background: white;
  border-radius: 1.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  margin: 1.5%;
  padding: 30px 30px 70px 30px;
  height: 100%;
  position: relative;
}

.whr-title {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 2.5rem;
}
.whr-title a {
  color: var(--turquoise-main) !important;
  font-weight: 700;
  text-decoration: none;
}

.whr-info li {
  list-style: none;
  background-image: url(../svg/circle.svg);
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 5px;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 16px;
}
.whr-item a.btn{
  position: absolute;
  bottom:25px;
  left:30px;
}

.main {
  background: url(../svg/deco-bottom.svg) no-repeat left bottom;
  padding-bottom: 100px;
}

.apply-box {
  /* padding: 0 40px;
  border-left: 1px solid #0088FF; 
  height: 100%;*/
}
 .apply-box article{
  height: 100%;;
 }
 
/* >>>>>>>>> Media Queries <<<<<<<<<<<<<< */
@media (max-width: 1190px) {
 
 
}

@media (max-width: 992px) {
  .whr-item {
    width: 100%;
  }
  .whr-items{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .quote {
    background-size: 30%;
  }
 
  .mission-box {
    padding-right: 0;
    padding-bottom: 40px;
}
.apply-box {
  border-left: 0; 
  padding: 0px;
}

}

@media (max-width: 576px) {
  .bg-light:before {
    content: "";
    left: -70%;
    top: 26%;
    position: absolute;
    border-top: solid 1px #e99b04;
    width: 80%;
  }

  .bg-light:after {
    content: "";
    left: 5%;
    right: 5%;
    top: 8%;
    position: absolute;
    border: solid 1px #e99b04;
    width: 90%;
    height: 100%;
  }

  .bg-light {
    padding-bottom: 1rem;
  }

  .quote {
    background-size: 30%;
  }


}

@media (max-width: 460px) {
 
}
