
.home-president-section{
    background:#071b43 !important;
    color:#fff !important;
}

.home-president-section .row{
    background:#071b43 !important;
}

.home-president-section .home-president-image-wrap{
    height:100%;
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:26px;
    background:#071b43 !important;
}

.home-president-section .home-president-image{
    display:block;
    width:100%;
    height:100%;
    max-height:620px;
    object-fit:contain;
    object-position:center;
    background:#071b43 !important;
}

.home-president-section .home-president-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:500px;
    padding:48px 64px !important;
    background:#071b43 !important;
    color:#fff !important;
}

.home-president-section .home-president-content h2,
.home-president-section .home-president-content p,
.home-president-section .home-president-message,
.home-president-section .home-president-message p,
.home-president-section .home-president-message strong,
.home-president-section .home-president-message em{
    color:#fff !important;
}

.home-president-section .home-president-title{
    color:#16d5e8 !important;
    margin-bottom:18px;
}

.home-president-section .home-president-message{
    line-height:1.75;
}

.home-president-section .home-president-actions{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:36px;
    width:100%;
    margin-top:24px;
}

.home-president-section .home-president-signature{
    display:block;
    max-width:270px;
    max-height:110px;
    object-fit:contain;
    object-position:right center;
    margin-left:auto;
    margin-right:24px;
}

@media(max-width:991.98px){
    .home-president-section .home-president-image-wrap{
        min-height:420px;
    }

    .home-president-section .home-president-content{
        min-height:auto;
        padding:36px 30px !important;
    }

    .home-president-section .home-president-signature{
        margin-right:0;
    }
}

@media(max-width:575.98px){
    .home-president-section .home-president-actions{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-president-section .home-president-signature{
        margin-left:0;
        max-width:210px;
    }
}
