.chairman-bg {
    background: url('../img/marker-bg.png') no-repeat 0 1000px / cover;
    background-color: rgba(157, 179, 195, 0.73);
    padding-top: 40px;
}
.chairman-bg-2 {
    padding-top: 40px;
    background-color: rgba(157, 179, 195, 0.38);
}
.grid-1 {
    /* background-color: #9DB3C3; */
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.grid-1 .left-wrapper {
    padding: 20px 15px 80px;
    /* background: url('../img/marker-bg.png') no-repeat left 300px / cover; */
}
.heading-2 {
    font-size: 26px;
    color: #030F20;
    text-align: center;
    position: relative;
}
.heading-2:first-child:after {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #A5312D;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper-message {
    /* height: 250px; */
    overflow:  auto;
    text-align: center;
    color: #030F20;
    padding: 10px 8px;
    margin: 20px 0;
}
.wrapper-message p {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.wrapper-message .best-regard {
    text-transform: capitalize;
    font-weight: bold;
}
.wrapper-message::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.wrapper-message::-webkit-scrollbar-track {
    background: #D8DEE3;
    border-radius: 15pt;
}
/* Handle */
.wrapper-message::-webkit-scrollbar-thumb {
    background: #B32225;
    border-radius: 15pt;
}
/* Handle on hover */
.wrapper-message::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 15pt;
}

.heading-3 {
    font-size: 20px;
    font-weight: bold;
    color: #030F20;
    text-align: center;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.para-title,
.para-subtitle {
    font-size: 14px;
    color: #030F20;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.para-title {
    letter-spacing: 0.02rem;
}
.para-subtitle {
    font-weight: 400;
}
.grid-2 {
    padding: 0 0 40px;
}
.wrapper-message.text-black {
    color: #808F9A;
}
.heading-2.text-black {
    color: #030F20;
}
.grid-2 .right-wrapper {
    padding: 40px 15px 20px;
}
.heading-3.text-black {
    color: #050F1F;
}
.para-title.text-black,
.para-subtitle.text-black {
    color: #333;
}
.best-regard.text-black {
    color: #030F20;
}
.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content_1 {
    opacity: 0;
    animation: fadeup 1s ease forwards;
}
#content_2 {
    opacity: 0;
}
@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (min-width: 768px) {
    .chairman-bg {
        background-position: 0 800px;
    }
    .grid-1 {

        padding: 40px 0;
    }
    .img-fluid {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .grid-1 .left-wrapper {
        padding: 20px;
    }
    .grid-2 {
        padding: 40px 0;
    }
    .grid-2 .right-wrapper {
        padding: 20px;
    }
    .wrapper-message {
        /* height: 200px; */
        padding: 10px 20px;
    }
}
@media screen and (min-width: 1024px) {
    .grid-1 {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
    }
    .grid-1 .left-wrapper {
        background: unset;
    }
    .grid-1 .right-wrapper {
        display: flex;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: 0.7fr 1fr;
        padding: 60px 0;
    }
    .grid-2 .left-wrapper {
        display: flex;
    }
    .img-fluid {
        width: 100%;
        height: 60%;
        max-height: 470px;
        margin-top: 50px;
    }
    /* .left-wrapper .inner-content,
    .right-wrapper .inner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 500px;
    }
    .wrapper-message {
        height: 250px;
    } */
}
@media screen and (min-width: 1200px) {
    .chairman-bg {
        padding-bottom: 50px;
    }
    .heading-2 {
        font-size: 40px;
    }
    .heading-3 {
        font-size: 22px;
    }
    .wrapper-message p,
    .para-title,
    .para-subtitle {
        font-size: 18px;
    }
    .grid-1 .left-wrapper {
        background-position: left 400px;
    }
    .img-fluid {
        height: 100%;
        max-height: 650px;
        margin-top: 30px;
    }
    .grid-2 .img-fluid {
        margin-top: 40px;
    }
    /* .left-wrapper .inner-content,
    .right-wrapper .inner-content {
        width: 550px;
    } */
}
@media screen and (min-width: 1400px) {
    .grid-1 .left-wrapper {
        background-position: left 450px;
    }
    /* .left-wrapper .inner-content,
    .right-wrapper .inner-content {
        width: 600px;
    } */
}
