/* Chairs'Message */
.page-title {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px;
}

.page-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
}

.chair-message-contain p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: var(--text);
    font-size: 1rem;
    text-align: justify;
}