.ceo-page {
    background: #ffffff;
    width: 100%;
    overflow-x: hidden;
    padding: 160px 0;
}

.ceo-page .ceo-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.ceo-page .section-content {
    display: flex;
    flex-direction: row;
    gap: 122px;
    align-items: flex-start;
}

.ceo-page .content-left {
    width: 488px;
    flex-shrink: 0;
}

.ceo-page .intro-heading {
    text-align: left;
    font-family: var(--font-family-suit);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ceo-page .highlight {
    color: #8dc63f;
}

.ceo-page .content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ceo-page .main-text {
    color: #555555;
    text-align: left;
    font-family: var(--font-family-suit);
    font-weight: 400;
    font-size: 84px;
    line-height: 140px;
    font-weight: 400;
}

.ceo-page .main-text p {
    margin-bottom: 35px;
    line-height: 40px;
    font-size: 23px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ceo-page .closing-text {
    margin-top: 10px;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ceo-page .signature-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.ceo-page .sig-info {
    display: flex;
    gap: 24px;
}

.ceo-page .pos {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    font-family: var(--font-family-suit);
    font-weight: 400;
}

.ceo-page .name {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-family-suit);
    font-weight: 600;
}

.ceo-page .sign-img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .ceo-page .section-content {
        gap: 60px;
    }
    .ceo-page .content-left {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .ceo-page {
        padding: 100px 0;
    }
    .ceo-page .section-content {
        flex-direction: column;
        gap: 50px;
    }
    .ceo-page .content-left {
        width: 100%;
    }
    .ceo-page .main-text {
        font-size: 56px;
        line-height: 1.5;
    }
    .ceo-page .main-text p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .ceo-page {
        padding: 60px 0;
    }
    .ceo-page .ceo-container {
        padding: 0 20px;
    }
    .ceo-page .intro-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .ceo-page .main-text {
        font-size: 48px;
        line-height: 1.5;
    }
    .ceo-page .main-text p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .ceo-page .main-text p br {
        display: none;
    }
    .ceo-page .closing-text {
        font-size: 18px;
    }
    .ceo-page .sig-info {
        gap: 10px;
        flex-direction: column;
    }
    .ceo-page .pos, .ceo-page .name {
        font-size: 20px;
    }
    .ceo-page .sign-img {
        height: 56px;
    }
}

@media (max-width: 480px) {
    .ceo-page {
        padding: 40px 0;
    }
    .ceo-page .intro-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .ceo-page .main-text {
        font-size: 36px;
    }
    .ceo-page .main-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .ceo-page .pos, .ceo-page .name {
        font-size: 18px;
    }
}