.ctd-chairman-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: stretch;
    min-height: 858px;
}
.banner__item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 0px !important;
    /* margin-top: 100px; */
}

.ctd-col .ctd-title h2{
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px !important;
    line-height: 29px !important;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.ctd-chairman-left,
.ctd-chairman-right {
    padding: 130px 0px ;

}
.ctd-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ctd-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__item picture, .banner__item img {
    width: 100%;
    height: 650px;
    display: block;
    object-fit: cover;
    margin-bottom: 0px !important;
    object-position: unset !important;
}

.ctd-highlights-widget .ctd-title.h1 {
    font-size: 50px !important;
    max-width: 500px;
    font-weight: 400;
    line-height: 60px !important;
    margin-bottom: 40px;
    white-space: normal;
    display: block;
}


.ctd-chairman-left,
.ctd-chairman-right  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.ctd-chairman-left img {
    width: 500%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* max-width: 365px;
    max-height: 590px; */
}
.ctd-chairman-right .ctd-image-wrapper img {
    width: 500%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
    /* max-width: 365px;
    max-height: 590px; */
}

.ctd-chairman-center{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-family: 'Lexend Deca', sans-serif;
    color: #3F444B;
    padding: 200px 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 366.33px;
    min-height: 322px;
    margin: 0 auto;
    text-align: left;
    transform: translateY(40px) !important;
}
.ctd-chairman-center h4{
    font-family: 'Lexend Deca', sans-serif;
    color: #000000;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
    margin-top: 50px !important;
    text-transform: uppercase;
}
.ctd-chairman-center h5{
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: none;
    margin-top: 0px !important;
    margin-bottom: 90px;
}


.ctd-chairman-center .ctd-chairman-center--title {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0;
    color: #000000;
    margin-top: 20px;
}
.ctd-chairman-right .ctd__cta-btn img{
    width: 46px;
    height: 46px !important;
}
.ctd-chairman-right .ctd__cta-btn{
    position: absolute;
    bottom: 0% !important;
    justify-content: space-between;
    margin-left: 0% !important;
    /* width: 66%; */
    padding: 12px 10px 12px 24px;
    background-color: #16315E;
    color: #fff !important;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    z-index: 2;
    min-width: 180px;
    white-space: nowrap;
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 20px) 100%, 0% 100%, 0% 20px) !important;
    letter-spacing: 2px;
}

.ctd-chairman-right .ctd__cta-btn:hover{
    background-color: #264ABC;
}
@media screen and (max-width: 1025px){
.ctd-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ctd-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.ctd-chairman-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: stretch;
    min-height: 858px;
}
.ctd-chairman-left, .ctd-chairman-right {
    padding: 0px 30px 0px 31px;
}
.ctd-chairman-left img, .ctd-chairman-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* max-width: 600px;
    max-height: 590px; */
}
.ctd-chairman-right .ctd-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    clip-path: polygon(13px 0%, 100% 0%, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0% 100%, 0% 15px);
    /* max-width: 600px;
    max-height: 590px; */
}
 .ctd-chairman-center {
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0;
        font-family: 'Lexend Deca', sans-serif;
        color: #3F444B;
        padding: 0px 0px;
        box-sizing: border-box;
        width: 100%;
        max-width: 500px;
        min-height: 322px;
        margin: 0 auto;
        text-align: left;
        transform: translateY(40px) !important;
    }
    .ctd-chairman-center h4 {
    font-family: 'Lexend Deca', sans-serif;
    color: #000000;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
    margin-top: 50px !important;
    text-transform: uppercase;
    
}
.ctd-chairman-center h5 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    font-style: Bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: none;
    margin-top: 0px !important;
    margin-bottom: 90px;
}
.ctd-chairman-right .ctd__cta-btn {
        position: absolute;
        bottom: 80.6% !important;
        justify-content: space-between;
        margin-left: 0% !important;
        width: 100%;
        padding: 12px 10px 12px 24px;
        background-color: #16315E;
        color: #fff !important;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s ease;
        z-index: 2;
        min-width: 180px;
        white-space: nowrap;
        clip-path: polygon(21px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 22px) 100%, 0% 100%, 0% 22px) !important;
    }
}

@media (max-width: 1024px) {
    .btn-custom {
        width: 308px !important;
        height: 56px !important;
        position: absolute !important;
        top: -55px !important;
        left: -100vw !important;
        z-index: 10 !important;
    }
}
@media screen and (max-width: 821px){
    .ctd-chairman-left img, .ctd-chairman-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    /* max-width: 600px;
    max-height: 590px; */
}
.ctd-chairman-right .ctd-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
    /* max-width: 600px;
    max-height: 590px; */
}
.ctd-chairman-right .ctd__cta-btn {
        position: absolute;
        bottom: 80.6% !important;
        justify-content: space-between;
        margin-left: 0% !important;
        width: 100%;
        padding: 12px 10px 12px 24px;
        background-color: #16315E;
        color: #fff !important;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s ease;
        z-index: 2;
        min-width: 180px;
        white-space: nowrap;
        clip-path: polygon(21px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 22px) 100%, 0% 100%, 0% 22px) !important;
    }
}
@media screen and (max-width: 769px) {
    .ctd-chairman-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: stretch;
    min-height: 858px;
}
.ctd-chairman-left, .ctd-chairman-right {
    padding: 0;
}
.ctd-chairman-center {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: 'Lexend Deca', sans-serif;
    color: #3F444B;
    padding: 0px 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 366.33px;
    min-height: 322px;
    margin: 0 auto;
    text-align: left;
    transform: translateY(40px) !important;
}
.ctd-chairman-left img, .ctd-chairman-right img {
    width: 500%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* max-width: 600px;
    max-height: 590px; */
}
.ctd-chairman-right .ctd__cta-btn {
    position: absolute;
    bottom: 80.6% !important;
    justify-content: space-between;
    margin-left: 0% !important;
    width: 100%;
    padding: 12px 10px 12px 24px;
    background-color: #16315E;
    color: #fff !important;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    z-index: 2;
    min-width: 180px;
    white-space: nowrap;
    clip-path: polygon(21px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 22px) 100%, 0% 100%, 0% 22px) !important;
}
}

@media screen and (max-width: 767px){
    .ctd-section .ctd-col.ctd-title h2{
        padding-top: 40px !important;
        margin-top: 0px !important;
    }
    .ctd-section {
        display: block;
        padding: 0px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        gap: 0;
        max-height: none;
        height: auto !important;
        min-height: unset !important;
        z-index: -2;
    }
    .ctd-chairman-right .ctd-image-wrapper img {
        min-width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        /* clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 20px) 100%, 0% 100%, 0% 20px); */
    }
    .ctd-chairman-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: stretch;
    min-height: 858px;
    margin-bottom: 56px;
}
    .ctd-col p {
        margin: 0 0 14px 0 !important;
        font-size: 16px;
        line-height: 1.6;
        font-family: 'Lexend Deca', sans-serif;
        padding: 10px 21px 0 21px;
        word-break: break-word;
        
    }
    .banner__limit {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-top: 20px;
  }
  .banner__item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    margin-top: 0px;
    margin-block-start: 0px;
  }
  .banner__item picture,
    .banner__item img {
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
    }
    .banner__item .arrow img{
    width: 100%;
    max-height: 300px;
    display: block;
    object-fit: cover;
    height: auto;
    }
    .ctd-chairman-left,
    .ctd-chairman-right  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
    .ctd-chairman-left img {
    width: 200%;
    height: 200%;
    padding-top: 60px;
    object-fit: cover;
    display: block;
    /* max-width: 308px;
    max-height: 426px; */
}
.ctd-chairman-right img {
    width: 200%;
    height: 200%;
    object-fit: cover;
    display: block;
    max-width: 308px;
    max-height: 426px;
    margin-bottom: 0px;
        margin-top: 0px;
}
.ctd-chairman-right .ctd__cta-btn .arrow img{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ctd-chairman-left, .ctd-chairman-right
 {
    padding: 0;
}
.ctd-chairman-center {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #3F444B;
    padding: 0px 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 366.33px;
    min-height: 322px;
    margin: 0 auto;
    text-align: left;
    transform: translateY(40px) !important;
}
.ctd-chairman-center p{
    padding: 10px 8px 0px 8px;
}
   .ctd-chairman-right .ctd__cta-btn{
    position: absolute;
    bottom: 85.6% !important;
    justify-content: space-between;
    margin-left: 0% !important;
    width: 100%;
    padding: 12px 10px 12px 24px;
    background-color: #16315E;
    color: #fff !important;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    z-index: 2;
    min-width: 180px;
    white-space: nowrap;
    clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 20px) 100%, 0% 100%, 0% 20px) !important;
}
    .banner__item picture {
        width: 100%;
        height: 350px;
        display: block;
    }
    .ctd-highlights-widget .ctd-title.h1{
        padding-bottom: 0px;
    }
    .ctd-section .ctd-col.ctd-title{
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .ctd-chairman-center h4{
    font-family: 'Lexend Deca', sans-serif;
    color: #000000;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 50px !important;
    text-transform: uppercase;
    padding: 0px 8px;
}
.ctd-chairman-center h5{
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: none;
    margin-top: 0px !important;
    margin-bottom: 90px;
    padding: 0px 8px;
}
.ctd-col h3{
    font-size: 18px !important;
    margin: 0 0 30px 0 !important;
    line-height: 22px !important;
    transform: translateX(20px);
    padding: 60px 0px 0px;
  }
}

@media screen and (max-width: 431px) {
    .ctd-chairman-left img,
    .ctd-chairman-right img {
        height: 520px !important;
        width: 100%;
        max-width: 360px;
        max-height: 550px;
        
    }
    /* .ctd-chairman-right img {
        margin-top: 100px;
        margin-bottom: 100px;
    } */

    .ctd-chairman-left img {
        margin-top: 0;
        margin-bottom: 0;
        object-fit: cover;
        padding-top: 63px;
    }
}

@media screen and (max-width: 415px) {
    .ctd-chairman-left img,
    .ctd-chairman-right img {
       max-width: 336px;
        max-height: 500px;
        object-fit: cover;
    }
.ctd-chairman-left img{
    padding-top: 65px;
}
    
    .ctd-chairman-right .ctd__cta-btn {
        position: absolute;
        bottom: 85.6% !important;
        justify-content: space-between;
        margin-left: 0% !important;
        width: 100%;
        padding: 12px 10px 12px 24px;
        background-color: #16315E;
        color: #fff !important;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s ease;
        z-index: 2;
        min-width: 180px;
        white-space: nowrap;
        clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 20px) 100%, 0% 100%, 0% 20px) !important;
    }
}
@media screen and (max-width: 391px) {
    .ctd-chairman-left img,
    .ctd-chairman-right img {
        max-width: 320px;
        max-height: 470px;
    }
    .ctd-chairman-left img, .ctd-chairman-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        /* max-width: 600px;
        max-height: 590px; */
    }
    .ctd-chairman-left img{
        padding-top: 70px;
    }
}

@media screen and (max-width: 376px) {
    .ctd-chairman-left img,
    .ctd-chairman-right img {
        max-width: 296px;
        max-height: 450px;
    }
}

@media screen and (max-width: 361px) {
    .ctd-chairman-left img,
    .ctd-chairman-right img {
        max-width: 280px;
        max-height: 400px;
    }
    .ctd-chairman-right .ctd__cta-btn {
        position: absolute;
        bottom: 85.6% !important;
        justify-content: space-between;
        margin-left: 0% !important;
        width: 100%;
        padding: 12px 10px 12px 24px;
        background-color: #16315E;
        color: #fff !important;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s ease;
        z-index: 2;
        min-width: 180px;
        white-space: nowrap;
        clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 20px) 100%, 0% 100%, 0% 20px) !important;
    }
}
