.chairman-photo {
    max-width: 350px !important;
    margin: 0 auto;
    display: block;
    width: 100%
}

.message-subtitle {
    color: #7BA043;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.person-name {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}

.quote-icon {
    margin-bottom: 10px;
}

.person-message {
    font-weight: 500;
    font-size: 18px;
}



/* history-section start */

.history-section {
    background-color: #fff;
}

.history-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.history-section .block-main-title {
    position: relative;
    font-weight: 800;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

@media screen and (max-width: 375px) {
    .history-section .block-main-title {
        font-size: 1.25rem;
    }
}

.history-section .block-main-title:before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background-color: var(--theme-color);
}

.history-section p {
    font-weight: 400;
}

/* history-section end */


/* mission vission section start */

.mission-vision-section {
    background-color: #fff;
}

.mv-icon {
    height: 24px;
    margin-bottom: 10px;
}

.mv-title {
    font-weight: 800;
}

.mv-card p {
    font-weight: normal;
    display: inline-block;
    /* max-width: 380px; */
}

/* mission vission section end */


/* team section start */

.team-member {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.member-photo {
    /* max-height: 150px;
    width: auto !important; */
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
}

/* team section end */