
#home{
    width: 100%;
    float: left;
}

.projbanner .carousel-item {
    position: relative;
}

.carousel-textt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
}

.carousel-textt h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.carousel-textt p {
    font-size: 18px;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .carousel-textt {
        left: 5%;
        right: 5%;
        text-align: center;
    }

    .carousel-textt h2 {
        font-size: 26px;
    }

    .carousel-textt p {
        font-size: 14px;
    }
}



#aboutus{
    width: 100%;
    float: left;
      background: #dff1f4;
}

.aboutus-box{
    width: 100%;
    float: left;

}
.about-inner-box {
    width: 80%;
    /* float: left; */
    /* border: 1px solid rgb(0, 0, 0); */
    display: block;
    margin: 5% auto;
}
.about-one{
  width: 45%;
  float: left;
  /* border: 1px solid rgb(0, 0, 0); */
}
.about-one h3{
    color: black;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p{
    font-size: 14px;
    font-weight: 500;
}
.about-two p{
    font-size: 14px;
    font-weight: 500;
}
.about-two h3{
    color: black;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 800;
}

.about-two{
 width: 45%;
 float: right;
}

.aboutsecond-box{
    float: left;
  width: 100%;

}
.white-box{
    background-color: #ffffff;
    float: left;
    width: 80%;
    margin: 20px 10% 80px 10%;
    border-radius: 17px;
    padding: 2%;

    background-image: url(../images/about-bg-a.png);
    background-repeat: no-repeat;


}

.aboutsecond-box-inner{
    width: 90%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3{
 color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
}

.aboutsecond-box-one{
     width: 45%;

   float: left;
 
}

.aboutsecond-box-two{
      width: 45%;
 float: right;
}
.aboutsecond-box-one p{
   font-size: 14px;
    font-weight: 500;
}
.aboutsecond-box-two p{
       font-size: 14px;
    font-weight: 500;
}


#legacy{
    width: 100%;
    float: left;
}
.legacy-box{
    margin-top: 0%;
    margin-bottom: 0%;
    width: 100%;
    float: left;
}

.legacy-box-inner{
    width: 100%;
    float: left;
}
.legacy-box-one{
    width: 50%;
    float: left;
        color: white;
      background: #519cab;
}
.legacy-box-two{
    width: 50%;
      background: #ffc64f;
    float: right;
    color: white;
}
.legacy-box-one, .legacy-box-two{
  width: 50%;
  text-align: center;
  /* background: #ffcc59; */
  padding: 2% 0;
}
.legacy-box-center-one{
    width: 60%;
    margin: 0 auto;
}
.legacy-box-one h1{
    font-size: 28px;
    font-weight: 700;
}

.legacy-box-center-one{
    width: 60%;
    margin: 54px auto;
}
.legacy-box-center-one .portrait{
    margin-bottom:  51px;
}
.legacy-box-center-one h3{
       color: #ffffff;
       text-align: center;
       font-weight: 700;
       font-size: 22px;
}
.legacy-box-center-one p{
    font-size: 14px;
    font-weight: 300;
    text-align: start;
    color: white;
}


.legacy-box-center-two{
      width: 60%;
    margin: 60px auto;
}


.legacy-box-center-two h1{
   font-size: 28px;
    font-weight: 700;
}

.legacy-box-center-two .portrait{
    margin-bottom:  51px;
}

.legacy-box-center-two h3{
 color: rgb(0, 0, 0);
       text-align: center;
   
       font-weight: 700;
       font-size: 22px;
}
.legacy-box-center-two p{
    font-size: 14px;
    font-weight: 600;
        margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}


.legacy-box-two h1{
    font-size: 28px;
    font-weight: 700;
}








#guidance{
    width: 100%;
    float: left;
}

.guidance-inner{
    width: 100%;
    padding: 5% 0;
    float: left;
}
.guidance-box{
    width: 80%;
    /* float: left; */
    display: block;
    margin: 28px auto;
}

.guidance-box .guidance-heading{
 width: 100%;
} 
.guidance-box .guidance-heading h2{
    text-align: center;
    font-size: 17px;
     margin-bottom: 5px;
}
.guidance-box .guidance-heading h1{
    text-align: center;
        font-weight: 700;
    font-size: 28px;
    color: #519CAB;
}

.divider-two{
margin: 19px auto 41px auto;
width: 15%;
  height: 3px;
  background: #f8b73e;

}
.guidance-box-one{
    width: 45%;
    float: left;
}
.guidance-box-one p{

font-size: 14px;

font-weight: 500;
}
.guidance-box-two p{
       font-size: 14px;
       font-weight: 500;
}
.guidance-box-two{
     width: 45%;
    float: right;
}


#main-page4 {
    width: 100%;
    float: left;
    font-family: 'Cinzel', sans-serif;
}

.main-page {
    width: 80%;
    display: flex;
    width: 8;
    margin: 0 auto;
}

.left-div {
    width: 70%;
    float: left;
    position: relative;
}

.left-div img {
    display: block;
    margin: 0 auto;
    padding-top: 3%;
    width: 100%;
}

.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 22px; font-weight: 700;
    margin-top: 15px;
}

.left-div p {
    text-align: center;
    float: unset;
    /* margin-top: -18px; */
}

.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}



.right-div {
    width: 90%;
    float: right;
    padding: 148px 0 0 106px;
    position: relative;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}

.right-div h3 {

color: #000000;

text-align: start;

font-weight: 700;

margin-bottom: 5px;

font-size: 17px;
}

.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 40%;
    height: 3px;
    background-color: #efb94c;
    bottom: -17%;
}

.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 90%;
    left: 5%;
    top: 100%;
    background-color: #4c909d;
}



/* ===== Trustee Cards ===== */

.guidance-trustees {
    width: 100%;
    /* float: left; */
    margin-top: 60px;
    /* text-align: center; */
}

.trustee-card {
    width: 30%;
    float: left;
    margin: 0 1.66%;
    position: relative;
}

.trustee-bg {
    width: 110px;
    height: 190px;
    border-radius: 60px;
    margin: 0 auto 15px;
}

.trustee-bg.blue {
    background: #519CAB;
}

.trustee-bg.yellow {
    background: #f8b73e;
}

.trustee-bg.lightblue {
    background: #cfeaf3;
}

.trustee-img {
    /* position: absolute; */
    /* top: 20px;
    left: 50%; */
    /* transform: translateX(-50%); */
    /* width: 80%; */
}

.trustee-img img {
width: 70%;
    display: block;
    margin: 0 auto;
}

.trustee-name {
    /* margin-top: 160px; */
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.trustee-name.blue {
    color: #519CAB;
}

.trustee-name.yellow {
    color: #f8b73e;
}

.trustee-name.lightblue {
    color: #8cc8dc;
}

.trustee-role {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
    text-align: center;
}







@media only screen and (min-width: 301px) and (max-width: 400px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
        padding: 55px 0 0 0px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}
.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0%;
    top: 100%;
    background-color: #4c909d;
}



}


@media only screen and (min-width: 401px) and (max-width: 500px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
        padding: 55px 0 0 0px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}
.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0%;
    top: 100%;
    background-color: #4c909d;
}



}



@media only screen and (min-width: 501px) and (max-width: 600px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
        padding: 55px 0 0 0px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}
.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0%;
    top: 100%;
    background-color: #4c909d;
}



}

@media only screen and (min-width: 601px) and (max-width: 700px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
        padding: 55px 0 0 0px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}
.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0%;
    top: 100%;
    background-color: #4c909d;
}



}

@media only screen and (min-width: 701px) and (max-width: 800px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}



.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
    padding: 55px 0 0 24px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}
.right-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0%;
    top: 100%;
    background-color: #4c909d;
}

}

@media only screen and (min-width: 801px) and (max-width: 900px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}

.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}




.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
    padding: 55px 0 0 24px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}



}

@media only screen and (min-width: 901px) and (max-width: 1000px) {
.about-inner-box {
    width: 90%;


    margin: 5% auto;
}
.about-one {
    width: 100%;
    float: left;

}
.about-one h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-one p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.about-two {
    width: 100%;
    float: right;
}
.about-two h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}
.about-two p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 4%;
}
.aboutsecond-box-inner {
    width: 100%;
    margin: 4% auto;
}
.aboutsecond-box-inner h3 {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 22px;
}
.aboutsecond-box-one p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-two {
    width: 100%;
    float: right;
}
.aboutsecond-box-two p {
    font-size: 12px;
    font-weight: 500;
        line-height: 20px;
}

.aboutsecond-box-one {
    width: 100%;
    float: left;
}
.legacy-box-one, .legacy-box-two {
    width: 100%;
    text-align: center;
    /* background: #ffcc59; */
    padding: 2% 0;
}

.legacy-box-one h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 4% auto;
}
.legacy-box-center-one {
    width: 90%;
    margin: 21px auto;
}
.legacy-box-center-one .portrait {
    margin-bottom: 22px;
}
.legacy-box-center-one h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-one p {
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    line-height: 20px;

}

.legacy-box-center-two {
    width: 90%;
    margin: 20px auto;
}
.legacy-box-center-two .portrait {
    margin-bottom: 22px;
}

.legacy-box-center-two h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
.legacy-box-center-two p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    text-align: start;
    color: rgb(0, 0, 0);
}
.trustee-box-one {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption {
    width: 100%;
    margin-top: 15px;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 17px;
}

.trustee-box-one .trustee-caption p {
    text-align: center;
    float: unset;
    font-size: 17px;
}

.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 25px;
}
/* .trustee-box-two {
    width: 100%;
    float: right;
    margin-top: 22px;
}
.trustee-box-two-inner .trustee-data h1 {
    font-size: 12px;
    font-weight: 700;
}

.trustee-box-two-inner .trustee-data h2 {
    color: #519CAB;
    font-size: 17px;
    font-weight: 700;
} */
.divider {
    display: block;
    width: 70%;
    height: 3px;
    background: #f8b73e;
    margin-bottom: 16px;
}
/* .trustee-box-two-inner .trustee-data p {
    margin-bottom: 2px;
    font-size: 12px;
} */
.trustee-inner {
    width: 90%;
}


.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #519CAB;
}
.guidance-box .guidance-heading h2 {
    text-align: center;
  font-size: 12px;
    margin-bottom: 5px;
}

.guidance-box .guidance-heading h1 {
    text-align: center;
    font-weight: 700;
  font-size: 17px;
    color: #519CAB;
}

.divider-two {
    margin: 19px auto 31px auto;
    width: 28%;
    height: 3px;
    background: #f8b73e;
}
.guidance-box {
    width: 90%;
}
.guidance-box-one {
    width: 100%;
    float: left;
}
.guidance-box-one p {
    font-size: 12px;
    line-height: 22px;
}
.guidance-box-two {
    width: 100%;
    float: right;
}
.guidance-box-two p {
    font-size: 12px;
    line-height: 22px;

}
.trustee-card {
    width: 100%;
    float: left;
    margin: 10px 0.66%;
    position: relative;
}
.trustee-role {
    font-size: 17px;
    color: #777;
    margin-top: 0px;
    text-align: center;
}
.trustee-name {
    /* margin-top: 160px; */
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.main-page {
    width: 90%;
    display: flex;

    flex-direction: column;
}
.left-div {
    width: 100%;
    float: left;
    position: relative;
}
.right-div {
    width: 100%;
    float: right;
    padding: 55px 0 0 24px;
    position: relative;
}
.left-div p::after {
    content: "";
    position: absolute;
    height: 3px;
    display: none;
    left: 11%;
    width: 100%;
    background-color: #efb94c;
    top: 100%;
}
.right-div h3 {
    color: #000000;
    text-align: start;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}

.right-div h2 {
    /* margin-top: -15px; */
    color: #4c909d;
    margin-bottom: 29px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.right-div h2::after {
    content: "";
    position: absolute;
    left: 0%;
    width: 23%;
    height: 3px;
    background-color: #efb94c;
    bottom: -36%;
}
.left-div p {
    text-align: center;
    float: unset;
    font-size: 12px;
}
.left-div h2 {
    text-align: center;
    color: #4c909d;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
.right-div .parap {
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    line-height: 26px;
}

}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {

    .about-inner-box {
        width: 90%;
    }
    .white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 2%;
}

.legacy-box-center-one {
    width: 80%;
    margin: 54px auto;
}
.legacy-box-center-two {
    width: 80%;
    margin: 60px auto;
}
.trustee-inner {
    width: 90%;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 21px;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-caption {
    width: 90%;
    margin-top: 20px;
}
.guidance-box {
    width: 90%;
}
.trustee-card {
    width: 30%;
    float: left;
    margin: 20px 1.66%;
    position: relative;
}
.main-page {
    width: 90%;
}
.right-div {
         width: 90%;
        float: right;
        padding: 66px 0 0 42px;
        position: relative;
}
.right-div .parap {
width: 100%;
    margin-top: -2px;
    font-size: 14px;
    line-height: 23px;
}
.left-div {
    width: 87%;
    float: left;
    position: relative;
}

}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {

    .about-inner-box {
        width: 90%;
    }
    .white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 2%;
}

.legacy-box-center-one {
    width: 80%;
    margin: 54px auto;
}
.legacy-box-center-two {
    width: 80%;
    margin: 60px auto;
}
.trustee-inner {
    width: 90%;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 21px;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-caption {
    width: 90%;
    margin-top: 20px;
}
.guidance-box {
    width: 90%;
}
.trustee-card {
    width: 30%;
    float: left;
    margin: 20px 1.66%;
    position: relative;
}

.main-page {
    width: 90%;
}
.right-div {
    width: 90%;
    float: right;
    padding: 141px 0 0 42px;
    position: relative;
}



}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {

    .about-inner-box {
        width: 90%;
    }
    .white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 2%;
}

.legacy-box-center-one {
    width: 80%;
    margin: 54px auto;
}
.legacy-box-center-two {
    width: 80%;
    margin: 60px auto;
}
.trustee-inner {
    width: 90%;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 21px;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-caption {
    width: 90%;
    margin-top: 20px;
}
.guidance-box {
    width: 90%;
}
.trustee-card {
    width: 30%;
    float: left;
    margin: 20px 1.66%;
    position: relative;
}
.main-page {
    width: 90%;
}
.right-div {
    width: 90%;
    float: right;
    padding: 141px 0 0 42px;
    position: relative;
}

}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {

    .about-inner-box {
        width: 90%;
    }
    .white-box {
    background-color: #ffffff;
    float: left;
    width: 90%;
    margin: 20px 5% 80px 5%;
    border-radius: 17px;
    padding: 2%;
}

.legacy-box-center-one {
    width: 80%;
    margin: 54px auto;
}
.legacy-box-center-two {
    width: 80%;
    margin: 60px auto;
}
.trustee-inner {
    width: 90%;
}
.trustee-box-one .trustee-img {
    width: 100%;
}
.trustee-box-one .trustee-caption h2 {
    text-align: center;
    color: #519CAB;
    font-weight: 700;
    float: unset;
    font-size: 21px;
    margin-bottom: 0px;
}
.trustee-box-one .trustee-caption {
    width: 90%;
    margin-top: 20px;
}
.guidance-box {
    width: 90%;
}
.trustee-card {
    width: 30%;
    float: left;
    margin: 20px 1.66%;
    position: relative;
}

}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .legacy-box-center-two {
        width: 65%;
        margin: 60px auto;
    }
}



@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    .legacy-box-center-two {
        width: 65%;
        margin: 60px auto;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {

    .legacy-box-center-two {
        width: 65%;
        margin: 60px auto;
    }
}