/* ==========================
    for message 
========================== */
.message-content {
    max-width: 800px;
    margin: 2rem auto 0;

    text-align: center;
}

.message-content p {
    margin-bottom: 1.5rem;

    font-size: 1.05rem;
    line-height: 2;
    color: rgba(255,255,255,0.95);
}

.message-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .message-section {
        padding: 4rem 0;
    }
    
    .message-content {
        text-align: left;
    }

}