.founder {
    display: flex;
    padding: 70px 0 120px;
}
.founder-left {
    background-image: url(../img/about-texture.png);
    width: 70%;
    padding: 25px 60px 40px;
    position: relative;
}
.founder-left:before {
    content: "";
    background-image: url(../img/about-wave-yellow.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 153px;
    z-index: -1;
    transform: rotate(180deg);
}
.founder-desc {
    font-size: 20px;
    margin: 60px 0 0;
}
.founder-right {
    width: 30%;
    margin: -52px 0 0;
}
.founder-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.advisor {
    padding: 0 0 100px;
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
.advisor-left {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.advisor-left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.advisor-right {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    padding: 10px 60px;
}
.advisor h1 {
    font-size: 76px;
    font-weight: 900;
    color: #d4d4d4;
    text-align: center;
    padding: 0 0 15px;
}
.advisor-desc {
    font-size: 20px;
    margin: 15px 0 0;
}


.leadership-inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0 150px;
}
.leadership-main h1 {
    font-size: 76px;
    font-weight: 900;
    color: #d4d4d4;
    text-align: center;
    margin: 0 0 -20px;
}
.leadership-list {
    display: inline-block;
    vertical-align: top;
    width: 49.1%;
    padding: 20px 60px;
    position: relative;
}
.leadership-list-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.leadership-list h5 {
    font-size: 20px;
    margin: 30px 0 0;
}
.leadership-list h6 {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    margin: 8px 0 0;
}
.leadership-list li {
    display: inline-block;
    margin: 5px 10px 0;
    font-size: 16px;
}

.leadership-list:nth-child(odd) {
    top: 50px;
}
.leadership-list:nth-child(even) {
    top: 150px;
}









@media only screen and (min-width:1200px) and (max-width:1500px)
{

.founder-desc {
    font-size: 16px;
}
.founder-left {
    padding: 25px 30px 40px;
    width: 60%;
}
.founder-right {
    width: 40%;
}



}




@media only screen and (min-width:240px) and (max-width:767px)
{



.founder {
    display: block;
    padding: 70px 0 40px;
}
.founder-left {
    width: 100%;
    padding: 25px 10px 40px;
}
.founder-right {
    width: 100%;
}
.founder-desc {
    font-size: 14px;
}


.advisor {
    display: block;
}
.advisor-left {
    width: 100%;
}
.advisor-left img {
    height: auto;
}
.advisor-right {
    width: 100%;
    padding: 10px 0;
}
.advisor-desc {
    font-size: 14px;
}


.leadership-list {
    width: 100%;
    padding: 20px 0px;
}
.leadership-list:nth-child(odd) {
    top: 0;
}
.leadership-list:nth-child(even) {
    top: 0;
}
.leadership-list-inner {
    background: #fff;
    padding: 10px;
}
.leadership-list-img img {
    height: 300px;
}
.leadership-list h5 {
    margin: 10px 0 0;
}


}