body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); */
header {
    background-color: #1e5073;
    width: 100%;
    background-image: url(newGraphic.png);
    background-repeat: repeat no-repeat;
    background-position: 50%, 50%;
    height: 80px;
    box-shadow: 0 6px 6px -6px #000;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    
}
.brand{
    padding: 6px 10px;
    height: 70px;
}

h2 {
    margin: 0;
    letter-spacing: 0px;
    color: #363636;
    opacity: 1;
}

h6 {
    text-align: center;
    letter-spacing: 0px;
    color: #363636;
    opacity: 1;
    margin: 8px 0;
    font-size: 14px;
}

p {
    margin: 0;
    color: #707070;
    font-size: 12px;
}

.bg img {
    width: 475px;
    height: 247px;
}

section {
    margin: auto 26px;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 87vh;
    flex-direction: column;
}

@media screen and (max-width: 640px) {
    h2 {
        font-size: 20px;
    }
    .bg img {
        width: 100%;
    }
    section {
        width: 89%;
        display: block;
        margin: auto;
        text-align: center;
    }
}