.greeting {
    font-family: 'Noto Sans KR', sans-serif;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 35px;
}

.texts {
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 25px;
    font-weight: 300;
    width: 80%;
    color: #696969;
    margin-bottom: 35px;
}

.president-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 35px;
}

.president-container img {
    width: 350px;
}

.president-signature {
    font-size: 30px;
    text-align: right;
}

.signature {
    font-family: "Nanum Brush Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
}

@media (max-width: 768px) {
    .texts {
        width: auto;
        font-size: 15px;
        line-height: 1.5;
    }

    .president-signature {
        font-size: 25px;
    }
}