.section1 h1 {
    color: #E05656;
    font-family: 'Oswald', sans-serif;
}

.section2 {
    text-align: center;
}

.section2 .card {
    margin-top: 20px;
}

.card:hover {
    box-shadow: 8px 8px 8px #395096;
}

.card:hover svg {
    stroke: #395096;
    fill: #395096;
}

.section2 svg {
    height: 70px;
    stroke: #E05656;
    fill: #E05656;
}

.section2 h2 {
    color: #395096;
    font-family: 'Oswald', sans-serif;
}

.section2 h5 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section3 {
    text-align: center;
    background-color: #395096;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    ;
}

.section3 h2 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.section3 a {
    color: white;
    background-color: #E05656;
    padding: 10px 30px 15px 30px;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}

.section4 {
    text-align: center;
}

.section4 img {
    height: 400px;
}

.section4 .card {
    margin-top: 20px;
}

.section4 a {
    background-color: #395096;
    color: white;
    font-size: 17px;
    padding: 8px 20px 10px 20px;
    border-radius: 10px;
}

.section4 h2 {
    color: #E05656;
    font-family: 'Oswald', sans-serif;
}

.section5 {
    color: white;
}

.section5 .s5left {
    background-color: #E05656;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section5 .s5right {
    background-color: #395096;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section5 a {
    background-color: white;
    color: black;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
}

.section5 h2 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.section6 {
    padding-top: 50px;
    padding-bottom: 5px;
}

.section6 a {
    color: black;
    text-decoration: none;
    text-align: center;
}

.section6 h5 {
    font-size: 18px;
}

.section6 h3 {
    font-family: 'Oswald', sans-serif;
}

.redline {
    background-color: #E05656;
    height: 2px;
    width: 60px;
}

@media (max-width: 858px) {
    .section6 {
        text-align: center;
    }
    .redline {
        width: 33%;
        margin-left: 33%;
    }
    .contact {
        margin-bottom: 30px;
        ;
    }
    .section6 h3 {
        padding-bottom: 5px;
        ;
    }
}