body {
    margin: 0;
    font-family: sans-serif;
}

.notre-text {
	background: #ffffffaa;
	margin-top: -30% !important;
}

#myh1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    text-align: center;
}

#myh1 h1 {
    margin: 0;
    padding: 5px 0;
}

.h1class1 { font-size: 2em; font-weight: 700; }
.h1class2 { font-size: 2em; font-weight: 700; }
.h1class3 { font-size: 2em; font-weight: 700; }

img {
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.hr-dark {
    height: 2px;
    background: #1D3649;
    margin: 1em 0;
}

.triple {
    display: flex;
    flex-wrap: wrap;
}

.tripleblock {
    flex: 1;
    padding: 20px 10px;
    box-sizing: border-box;
}

.intripleblock1 {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.intripleblock2 {
    height: 2px;
    margin-bottom: 5px;
}

.intripleblock3 {
    font-weight: 350;
    padding: 0 10px;
}

.flex-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-section > div {
    flex: 1;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-direction: column;
}


.flex-section .quote-img {
    width: 4vw;
    border: none;
    border-radius: 0;
}

.flex-section p.ceo {
    font-weight: 600;
}