
    .ceo-section {

        padding: 40px 0;


    }

    .ceo-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .ceo-header h2 {
        font-size: 30px;
        color: #268bcc;
        margin-bottom: 10px;
    }

    .ceo-header h4 {
        font-size: 20px;
        color: #444;
    }

    .ceo-content p {
        font-size: 16px;
        color: #555;
        margin-bottom: 16px;
        line-height: 1.6;
    }


    .ceo-message {
        margin-bottom: 30px;
    }

    .ceo-message h3 {
        font-size: 24px;
        color: #268bcc;
        margin-bottom: 16px;
    }

    .ceo-message p {
        font-size: 16px;
        color: #444;
        margin-bottom: 16px;
    }

    .ceo-message ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .ceo-message ul li {
        font-size: 16px;
        color: #555;
    }

    .ceo-message h4 {
        font-size: 18px;
        font-weight: bold;
        color: #268bcc;
    }

    .ceo-signature {
        font-size: 16px;
        color: #555;
        font-style: italic;
    }


    .ceo-purpose {
        margin-bottom: 30px !important;
        margin-top: 20px !important;
    }

    .ceo-purpose h3 {
        font-size: 24px;
        color: #268bcc;
        margin-bottom: 16px;
    }

    .ceo-purpose ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .ceo-purpose ul li {
        font-size: 16px;
        color: #555;
    }

    .ceo-quote {
        background-color: #eaf6ff;
        border-left: 5px solid #268bcc;
        padding: 16px;
        margin-top: 30px;
    }

    .ceo-quote blockquote {
        font-size: 18px;
        color: #444;
        margin: 16px 0;
        font-style: italic;
    }

    .ceo-quote footer {
        text-align: right;
        font-size: 16px;
        color: #268bcc;
    }




  
    .ceo-image {
        display: flex;
        justify-content: center;
      
        align-items: center;
   
        height: 100%;
     
    }

    .ceo-image img {
        width: 100%;
        height: 500px;
        border-radius: 50%;
   
        object-position: top;
        object-fit: cover !important;
       
    }


    @media (max-width: 768px) {
        .ceo-header h2 {
            font-size: 26px;
        }
         .ceo-message h3 {
            font-size: 22px;
        }

        .ceo-header h4 {
            font-size: 18px;
        }

        .ceo-content p,
        .ceo-message p,
        .ceo-message ul li,
        .ceo-purpose ul li,
        .ceo-signature {
            font-size: 14px;
        }

        .ceo-image img {
            width: 80%;
      
        }

    }

    @media (max-width: 576px) {
        .ceo-header h2 {
            font-size: 22px;
        }
           .ceo-message h3 {
            font-size: 18px;
        }


        .ceo-header h4 {
            font-size: 16px;
        }

        .ceo-content p,
        .ceo-message p,
        .ceo-message ul li,
        .ceo-purpose ul li,
        .ceo-signature {
            font-size: 14px;
        }

        .ceo-image img {
            width: 100%;
        }
    }