.container.emp-profile {
    width: 50%;
    margin-top: 8%;
}

h1 {
    text-align: center;
    margin: 20px;
    font-size: 2rem;
}

h6 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

.image_logo {
    margin-right: 10px;
    height: 100px;
    /* Adjusted size for smaller screens */
    cursor: pointer;

}


.energyshr {
    font-size: 1rem;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f9f9fb;
    border-left: 4px solid #4CAF50;
    padding: 1rem 1.5rem;
    margin: 1.5rem auto;
    max-width: 800px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: justify;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .container.emp-profile {
        width: 85%;
    }

    .image_logo {
        height: 60px;
        /* Adjusted size for smaller screens */
    }

    .image_logo-CESI {
        height: 70px;
        /* Adjusted size for smaller screens */
    }

    h1 {
        font-size: 1.5rem;
        margin: 25px;
    }

    h6 {
        font-size: 0.9rem;
    }
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .container.emp-profile {
        width: 85%;
    }

    .image_logo {
        height: 50px;
        /* Adjusted size for smaller screens */
    }

    .image_logo-CESI {
        height: 70px;
        /* Adjusted size for smaller screens */
    }

    h1 {
        font-size: 1.25rem;
        margin: 25px;
    }

    h6 {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .container.emp-profile {
        width: 100%;
        margin-top: 5%;
    }

    .image_logo {
        height: 40px;
        /* Further reduced size for very small screens */
        margin-right: 5px;
    }

    h1 {
        font-size: 1.0rem;
        margin: 20px;
    }

    h6 {
        font-size: 0.7rem;
    }
}