.home .sections {
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 300px;
    float: left;
    width: 100%;
}

.home h6,
.sections h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    color: var(--color-font);
}

.home h2,
.sections h2 {
    font-size: 30px;
    color: var(--color-font-active);
    text-align: center;
    margin-bottom: 40px;
}