.main-content {
    margin-top: 8vh;
}

.section-header {
    margin-top: 1%;
    text-align: center;
    color: #0761b0;
}
section {
    padding: 1rem 1rem;
}

section:nth-of-type(odd) {
    background: #f7f7f7;
}

section:nth-of-type(even) {
    background: #ffffff;
}

h2 {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #009797;
    margin: 1rem auto 0;
    border-radius: 2px;
}
.section-divider {
    border: none;
    height: 2px;
    background: #e0e0e0;
    width: 85%;
}
