.content-section h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #023250;
    padding: 10px 0;
}

h2 {
    color: #023250;
    margin-top: 10px;
}

.content-section {
    width: 80%;
    margin-left: 100px;
    margin-right: 100px;
}

header {
    background-image: none !important;
    background-color: #fff;
    background
}

p {
    margin-bottom: 8px;
}

@media (min-width: 320px) and (max-width: 767px) {

    header {
        min-height: 100px;
    }

    .content-section {
        width: 90%;
        margin-left: 30px;
        margin-right: 30px;
    }
}
