.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.type-content{
    background-color: #124676;
    color: white;
    padding: 2% 15%;
    line-height: 1.7;

}

.highlight-span{
    color: #ff0001;
    font-weight: bold;
}
.advantages{
    font-size: 2rem;
    text-shadow: 0 0 2px black;
    font-style: italic;
}

.contact-us-section{
    display: flex;
    height: 300px;
    flex-direction: column;
    justify-content: center;
    background-image: url(/imageserver/AdminMedia/Paralax_Backgrounds/brochure-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.contact-us-section>h2{
    text-align: center;
    color: white;
}
.advantage-list li{
margin-top: 2%;
}