
.section-heading{
    position: relative;
    text-align:center;
    padding: 0 0 15px;
    margin: 0 0 30px ;
}

.section-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #000;
    bottom: 1px;
    left: calc(50% - 100px);
}

.section-heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 6px;
    background: #f67210;
    bottom: -01px;
    left: calc(50% - 30px);
}


.sec-title{
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1d20;
}
.sec-subtitle{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1a1d20;
}

.text-justify{
    text-align: justify;
}

.message-card{
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.person-image{
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 2px solid #609513 ;
    border-radius: 50%;
    margin-bottom: 10px;
}
.director-image img{
    object-fit: cover;
}

.message-card .fa-quote-left, .message-card .fa-quote-right {
    font-size: 15px;
    color: #609513;
}
