.banner_aboutus { position: relative; z-index: 0; padding: 240px 50px 150px; display: flex; align-items: center; }
.banner_aboutus .img { z-index: -1; opacity: 0.5; display: flex; align-items: center; position: absolute; left: auto; right: 0; top: 50%; transform: translateY(-50%); width: auto; height: 100%; overflow: hidden; }
.banner_aboutus .img img { height: 120%; }
.banner_aboutus .content { display: grid; grid-template-columns: 1fr 1fr; align-items:center; } 
.banner_aboutus h1 { padding-right: 16%; }
.banner_aboutus h1 span { color: #F99D1C; }

.aboutus_founder { padding: 70px 50px 150px; background-color: #2E2E2E;clip-path: polygon(60px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 60px); }
.aboutus_founder h2 { color: #DFDFDF; margin-bottom: 80px; }
.founder_desc { display: grid; grid-template-columns: 0.5fr 0.5fr 1fr; gap: 40px; }
.founder_desc .col:nth-child(3) { margin-top: 37px; }
.founder_desc .founderimg { max-width: 100%; clip-path: polygon(36px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 36px); }
.founder_desc h3  { color: #F99D1C; }
.founder_desc p { color: #DFDFDF; margin-top: 19px; }
.founder_desc p strong { font-family: 'Satoshi_Bold'; }
.founder_desc .subhead { font-size: 18px; line-height: 24px; }

 /* background: repeating-linear-gradient( -45deg, #efefef, #efefef 10px, #f3f3f3 10px, #f3f3f3 20px); */
.aboutus_core_member { padding: 70px 50px 150px; background: url(../images/aboutus/bg.jpg) repeat center top; background-size: cover; }
.aboutus_core_member h2 { margin-bottom: 80px; }
.core_member_desc { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.core_member_desc .memberdesc .readmore_content { display: none; background-color: #fff; padding: 0 45px 45px; margin-top: -24px; position: relative; z-index: 1; min-height: 270px}
.core_member_desc .memberdesc .readmore_content .end { display: flex; justify-content: space-between; }
.core_member_desc .memberdesc .readmore_content .end:first-child { display: none; }
.core_member_desc .memberdesc .readmore_content a { display: inline-block; margin-top: 24px; }
.core_member_desc .memberdesc .headdesc { align-items: flex-end; position: relative; padding: 60px 45px; background-color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.core_member_desc .memberdesc .headdesc .desc .learn{ margin-top: 50px; position: relative; }
.core_member_desc .memberdesc .headdesc .desc .learn a {margin: 0; position: absolute; left: 0; top: 0;  }
.core_member_desc .memberdesc img { max-width: 100%; }
.core_member_desc .memberdesc h3 { position: absolute; left: auto; right: 0; top: 0; height: 60px; width: calc(50% - 30px); background-color: #F3F3F3; text-align: right; display: flex; align-items: center; justify-content: flex-end; padding-right: 15px; color: #6D6E71;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 45px 100%);
}
.core_member_desc .learn a { color: #F99D1C; }
.core_member_desc .learn a:after { background-color: #F99D1C; }
.show:hover .title_04{color:#F99D1C; cursor: pointer}
.headdesc .title_04:hover{color:#F99D1C; cursor: pointer}

@media (max-width: 767.98px) { 

.banner_aboutus { padding: 150px 20px 100px; }
.banner_aboutus .content { grid-template-columns: 1fr; } 
.banner_aboutus .content h1 { padding: 0 0 30px; }
.banner_aboutus .img img { height: 60%; }

.aboutus_founder { padding: 60px 20px 50px; }
.aboutus_founder h2 { margin-bottom: 30px; }
.founder_desc  { grid-template-columns: 1fr; gap: 0; }
.founder_desc h3 { margin-top: 24px; }
.founder_desc .col:nth-child(3) { margin-top: 0px; }

.aboutus_core_member { padding: 60px 20px 50px;  }
.aboutus_core_member h2 { margin-bottom: 30px; }
.core_member_desc { grid-template-columns: 1fr; row-gap: 30px; }
.core_member_desc .memberdesc.show .headdesc .desc .learn { display: none; }
.core_member_desc .memberdesc .headdesc {grid-template-columns: 1fr; padding-bottom: 30px; }
.core_member_desc .memberdesc h3 { font-size: 19px; line-height: 26px; width: 60%; height: 36px; }
.core_member_desc .memberdesc .readmore_content { margin-top: 0; }

}

