.chairman-letter {
    background-color: #ffffff;
    padding: 30px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.chairman-content {
    display: flex;
    align-items: flex-start;
}

.chairman-photo {
    margin-right: 20px;
}

.chairman-photo img {
    max-width: 150px;
    border-radius: 50%;
    border: 3px solid #2a6c8e;
}

.chairman-text {
    font-size: 1em;
    font-family: Georgia, serif;
    float: right;
    margin-top: 60px;
    margin-right: 8px;
    line-height: 1.5;
    color: #064261;
    text-align: justify;
    text-justify: inter-word;
}