  .overviewquick {
    padding: 50px 0;
    background-color: #d4dfea;
}

.overviewquick h2 {
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.overviewquick ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

.overviewquick ul li {
    padding: 16px 0;
    border-bottom: 1.5px solid white;
}

.overviewquick ul li:first-child {
    padding-top: 0;
}

.overviewquick ul li:last-child {
    border-bottom: 0;
}

.overviewquick ul li a {
    text-decoration: underline;
    color: #2c3e50;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.overviewquick .content {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (min-width: 1024px) {
    .overviewquick {
        padding: 80px 0;
    }
    .overviewquick .wrapper {
        max-width: 630px;
    }
    .overviewquick h2 {
        font-weight: 700;
        font-size: 56px;
        line-height: 64px;
    }
}
