.feature-section {
    color: var(--white);
    background-color: var(--blue);
    padding: 30px;
    margin-bottom: 35px;
    border-top: solid 10px var(--red);
}

.feature-section h2{color: var(--white);}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}