
/* Basic styles for the header */
.header-body {
    width: 100%;
    margin: 0;
    padding: 0;
	 display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Styles for the logo wrapper */
#wraplogo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 119px;
    height: auto;
}

/* Styles for the logo inside the wrapper */
.mb_logo_loader {
    width: 100%;
    height: auto;
}

/* Styles for the header column */
.header-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
}

/* Styles for the header row */
.header-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
	height:100px;





}
/* Styles for the images inside the header row */
.header-row  img{
    max-width: 100%;
    height: auto;
	
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .header-column {
        flex-direction: row;
        justify-content: space-between;
    }

    #wraplogo, .header-row {
        margin-bottom: 0;
    }
}




    	   
		   
    #headm {
    width: 100%;
    max-width: 1050px;
    height: auto;
    margin: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#headm2, #headm3 {
    width: 100%;
    max-width: 330px;
    height: auto;
    text-align: center;
    border: 5px solid grey;
    border-radius: 8px;
    margin: 10px 0;
}

#he1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

#he2 {
    width: 100%;
    height: auto;
    background-color: #040452;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#he3 {
    width: 100%;
    max-width: 1080px;
    height: auto;
    background-color: #fff;
    padding: 10px;
}

#he4, #he5 {
    color: #fff;
    text-align: justify;
}

#he3 img {
    width: 100%;
    max-width: 330px;
    height: auto;
    padding-top: 15px;
}

#he3 h4 {
    color: #333333;
    margin: 10px 0;
    padding: 10px;
}

#he3 p {
    text-align: justify;
    padding: 0px 15px;
    margin: 0;
}

@media (min-width: 768px) {
    #headm {
        flex-wrap: nowrap;
    }

    #he3 {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    #he1 {
        padding: 20px;
    }

    #he2 {
        padding: 20px;
    }
}


