@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.getinvolved-banner {
  background: #2d645e url(../img/get-involved.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}
.getinvolved-banner .page-subtitle {
  max-width: 85%;
}
@media (max-width: 1679px) {
  .getinvolved-banner .page-subtitle {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  .getinvolved-banner .page-subtitle {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .getinvolved-banner .page-subtitle {
    line-height: 1.2;
  }
}

.volunteer-sec {
  padding: 110px 0px 110px;
  position: relative;
}
@media (max-width: 1679px) {
  .volunteer-sec {
    padding: 70px 0px 70px;
  }
}
@media (max-width: 1481px) {
  .volunteer-sec {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 1199px) {
  .volunteer-sec {
    padding: 20px 0px 30px;
  }
}
@media (max-width: 579px) {
  .volunteer-sec {
    padding: 10px 0px 20px;
  }
}
.volunteer-sec:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 25%;
  right: 0;
  width: 144px;
  max-width: 7vw;
  aspect-ratio: 0.288;
  background: url(../img/leaf-side.svg) no-repeat;
  background-position: 0 center;
  background-size: cover;
}
.volunteer-sec .volunteer-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .volunteer-sec .volunteer-wrapper {
    flex-direction: column;
  }
}
.volunteer-sec .volunteer-wrapper .img-wrapper img {
  height: 530px;
  border-radius: 15px;
}
@media (max-width: 1679px) {
  .volunteer-sec .volunteer-wrapper .img-wrapper img {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .volunteer-sec .volunteer-wrapper .img-wrapper img {
    height: 370px;
  }
}
@media (max-width: 991px) {
  .volunteer-sec .volunteer-wrapper .img-wrapper img {
    height: 330px;
  }
}
@media (max-width: 400px) {
  .volunteer-sec .volunteer-wrapper .img-wrapper img {
    height: unset;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap {
  padding-left: 75px;
}
@media (max-width: 1300px) {
  .volunteer-sec .volunteer-wrapper .content-wrap {
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  .volunteer-sec .volunteer-wrapper .content-wrap {
    padding-left: 15px;
    margin-top: 52px;
    text-align: center;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .volunteer-sec .volunteer-wrapper .content-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 579px) {
  .volunteer-sec .volunteer-wrapper .content-wrap {
    text-align: left;
    margin-top: 35px;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap h3 {
  margin-bottom: 25px;
  font-size: 33px;
}
@media (max-width: 1679px) {
  .volunteer-sec .volunteer-wrapper .content-wrap h3 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .volunteer-sec .volunteer-wrapper .content-wrap h3 {
    font-size: 25px;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap .volunteer-wide {
  max-width: 760px;
}
@media (max-width: 1300px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .volunteer-wide {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .volunteer-wide {
    max-width: 100%;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-inner-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Instrument Sans", sans-serif;
  color: #0C3B4B;
  margin-bottom: 15px;
}
@media (max-width: 1679px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-inner-title {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-inner-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-inner-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-inner-title {
    font-size: 16px;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-pr {
  color: #0C3B4B;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1679px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-pr {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-pr {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 579px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .content-pr {
    margin-bottom: 15px;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap .content-sections .qp-mail {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .volunteer-sec .volunteer-wrapper .content-wrap .content-sections .qp-mail {
    margin-top: 25px;
  }
}
.volunteer-sec .volunteer-wrapper .content-wrap .content-sections .qp-mail span {
  color: #17BF8C;
  font-weight: 600;
  text-decoration: none;
}
.volunteer-sec .volunteer-wrapper .content-wrap .content-sections .qp-mail span a {
  color: #17BF8C;
  font-weight: 600;
  text-decoration: none;
}

.board-service:after {
  content: none;
}
.board-service .content-wrap {
  padding-left: 0px !important;
}
.board-service .serv-content-img {
  display: flex;
  flex-wrap: wrap;
}
.board-service .serv-content-img .staff-info {
  margin-right: 29px;
  margin-bottom: 0px;
  margin-top: 50px;
}
@media (max-width: 1679px) {
  .board-service .serv-content-img .staff-info {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .board-service .serv-content-img .staff-info {
    margin-right: 44px;
  }
}
@media (max-width: 767px) {
  .board-service .serv-content-img .staff-info {
    margin-right: 19px;
    margin-top: 25px;
  }
}
@media (max-width: 345px) {
  .board-service .serv-content-img .staff-info {
    width: 100%;
  }
}
.board-service .serv-content-img .icon-img img {
  height: 30px;
}
.board-service .serv-content-img .staff-info .name {
  font-size: 21px;
}
@media (max-width: 1679px) {
  .board-service .serv-content-img .staff-info .name {
    font-size: 18px;
  }
}
@media (max-width: 579px) {
  .board-service .serv-content-img .staff-info .name {
    font-size: 15px;
  }
}
.board-service .serv-content-img .staff-info .txt {
  padding-left: 6px;
}
.board-service span.hed-pr {
  font-weight: 600;
  color: #1A517A;
  display: inline-block;
}
.board-service .img-wrapper {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .board-service .img-wrapper {
    margin-left: 0px;
  }
}