.ceo-section {
    background: var(--primary-green);
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.ceo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    max-width: 1600px;
    margin: auto;
}

.ceo-left {
    width: 60%;
}

.ceo-right {
    width: 35%;
    display: flex;
    justify-content: center;
}

.ceo-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--accent-yellow);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ceo-name {
    font-size: 40px;
    font-weight: 700;
    color: var(--text-light);
    margin: 0px 0px 10px 0px;
    line-height: 1.1;
}

.ceo-position {
    font-size: 60px;
    font-weight: 300;
    color: var(--text-muted);
    margin: 5px 0 35px;
    line-height: 1.1;
}

.ceo-welcome {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: var(--text-light);
    margin-bottom: 20px;
}

.ceo-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: var(--text-muted);
    max-width: 90%;
}

.ceo-img {
    width: 100%;
    height: auto;
    display: block;
}

/* .name {
    padding-left: 6em;
} */

/* Responsive */
@media(max-width: 992px) {
    .ceo-container {
        flex-direction: column;
        text-align: left;
    }

    .ceo-left,
    .ceo-right {
        width: 100%;
    }

    .ceo-text {
        max-width: 100%;
    }

    .ceo-img-frame {
        margin-top: 30px;
    }
}

/* ===========================
   CEO About Content Section
   =========================== */

.about-content-section {
    padding: 60px 40px;
    background: #ffffff;
}

.about-container {
    max-width: 1600px;
    margin: auto;
    color: #333;
}

.about-container h2 {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
    margin-top: 35px;
    margin-bottom: 15px;
}

.about-container p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #5B5B5B;
}

.about-container ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.about-container ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #5B5B5B;
}

.ceo-signoff {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
}

.regards {
    font-size: 15px;
    line-height: 25px;
    color: #5B5B5B;
}

/* ===========================
   Responsive Styles
   =========================== */

@media (max-width: 1024px) {
    .about-content-section {
        padding: 50px 30px;
    }

    .about-container {
        max-width: 680px;
    }
}

@media (max-width: 768px) {
    .about-content-section {
        padding: 40px 20px;
    }

    .ceo-name {
        font-size: 30px;
        font-weight: 700;
        color: var(--text-light);
        margin: 0px 0px 10px 0px;
    }

    .ceo-title {
        margin-bottom: 10px;
        margin-top: 30px;
        color: var(--accent-yellow);
    }

    .ceo-section {
        background: var(--primary-green);
        padding: 40px 20px;
    }

    .ceo-position {
        font-size: 40px;
        font-weight: 300;
        color: var(--text-muted);
        margin: 5px 0 25px;
    }

    .ceo-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: var(--text-muted);
        max-width: 100%;
    }

    .about-container h2 {
        font-size: 22px;
        margin-top: 25px;
    }

    .about-container p,
    .about-container ul li {
        font-size: 16px;
        line-height: 30px;
    }
}

.about-container ul {
    padding-left: 18px;
}

.ceo-signoff {
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 480px) {
    .about-content-section {
        padding: 10px 10px;
    }

    .about-container h2 {
        font-size: 20px;
        font-weight: 600;
        color: #383838;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .about-container p,
    .about-container ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .ceo-section {
        background: var(--primary-green);
        padding: 20px 10px;
    }

    .name {
        padding-left: 0em;
    }

    .ceo-title {
        font-size: 24px;
        /* font-weight: 900;
    color: #383838; */
    }

    .ceo-name {
        font-size: 20px;
        line-height: 30px;
        /* font-weight: 900;
    color: #383838;
    margin: 0; */
    }

    .ceo-position {
        font-size: 28px;
        /* font-weight: 300;
    color: #4a4a4a; */
        margin: 10px 0 10px;
    }

    .ceo-title {
        margin-bottom: 10px;
        margin-top: 35px;
    }
}

/* Certifications Section */
/* #certifications {
    background-color: #F8F7F3;
    padding: 80px 0;
} */

.certificates-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.certificates-img-wrapper picture {
    width: 100%;
}

.certifications-all-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}