/* Custom styles for CEO page header */
#masthead {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Ensure the header content is vertically centered */
#masthead .e-con-inner {
    min-height: 160px;
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #masthead {
        min-height: 200px;
    }
}
