.section2 .row {
  height: 40rem;
}
.section-wrapper {
  width: 90%;
  margin: auto;
}
.section2-wrapper,
.bg-overlay-wrapper {
  width: 80%;
  margin: 0 auto;
}
.orange-underline {
  width: 30%;
  height: 4px;
  background-color: #f4a03a;
  display: inline-block;
}
.orange-underline3 {
  width: 10%;
}
.underline {
  width: 20%;
  height: 2px;
  background-color: white;
  display: inline-block;
}
.underline-dark {
  width: 20%;
  height: 2px;
  background-color: black;
  display: inline-block;
}
.column1 p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.2rem;
}
.column2 img {
  width: 100%;
  height: 78rem;
  object-fit: cover;
}
.mission-card {
  background-color: #135e69;
}
.mission-card h1 {
  font-size: 3rem;
}
.mission-card p {
  font-size: 1.1rem;
}
.staff-card {
  background-color: #f4a03a;
}
.staff-detail-card {
  padding-top: 1rem !important;
}
.staff-detail-card h5 {
  font-size: 1rem !important;
}
.staff-detail-card h4 {
  font-size: 1.2rem !important;
  font-weight: 600;
  line-height: 2;
}
.bg-overlay {
  background-image: linear-gradient(180deg, #323131 10%, rgba(0, 0, 0, 0.7) 60%),
    url("https://images.pexels.com/photos/34761/old-people-couple-together-connected.jpg?auto=compress&cs=tinysrgb");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 200vh;
}
.bg-overlay-wrapper .staff-card {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-overlay-wrapper .staff-card:last-child {
  border: none;
}
.transparent-card {
  background-color: transparent;
  margin-top: 18rem;
}
.section5 {
  padding: 7rem 0;
}
.section5 .flex-item {
  border: 1px solid rgba(0, 0, 0, 0.1);

  padding: 6rem 2rem 3rem;
  background-color: white;
}
.section5 .flex-item span {
  font-size: 6rem;
  font-weight: 600;
  color: #135e69;
}
.section5 .flex-item p {
  font-size: 1.2rem;
  font-weight: 600;
}
.transparent-card p {
  line-height: 2;
  word-spacing: 1px;
}
.transparent-card h5 {
  font-size: 3rem;
}
.transparent-card h4 {
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 920px){
  .section-wrapper{
    width: 100%;
  }
  .mission-content{
    display: none !important;
  }
  .mission-card{
    margin-top: 1rem;
  }
  .bg-overlay{
    height: 150vh;
  }
}

@media only screen and (max-width: 768px) {
  .column2 img{
  height: 50rem;
  }
  .section2-wrapper, .bg-overlay-wrapper{
    width: 100%;
  }
  .bg-overlay-wrapper{
    margin-top: 30rem;
  }
  .section-wrapper .column1{
    order: 2;
  }
  .section-wrapper .column2{
    order: 1;
  }
  
}
@media only screen and (max-width: 448px){
  .section-wrapper{
    width: 100%;
  }
  .column2 img{
    height: 30rem;
    }
 .section5 .services{
   width: 100% !important;
 }
}