section.slider {
    padding: 70px 0 70px !important;
}

section.slider a.button {
    background: #f7f7f7 !important;
}

@media (max-width:980px) {
    [class*="col-"] {
        width: 100%;
        padding: 0 10px;
    }
    section.slider h2 {
        margin-bottom: 30px !important;
    }
    section.slider {
        padding: 30px 0 60px !important;
    }
}

@media (min-width:981px) {
    .col-12 {
        width: 100%;
    }
    section.slider h2 {
        margin-bottom: 65px !important;
        font-size: 28px;
    }
}

section.slider .content {
    background: #f0f5f9 !important;
}

section.slider {
    padding: 70px 0 170px;
}

section.slider a.button {
    background: #f7f7f7;
    color: #003366 !important;
    border: 2px solid;
}

section.slider h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-style: normal;
}

section.slider .content {
    border: 0 !important;
}

section.slider {
    padding: 70px 0;
}

section a.button {
    background: #007AFF;
    color: #fff !important;
    max-width: 340px;
    width: 100%;
    min-height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 40px auto;
    margin-bottom: 10px;
}

.button.center span {
    font-size: 14px;
    color: #a6a6a6;
}

.center {
    text-align: center;
}

h6.lit-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #888f99;
    border-bottom: 1px solid;
    display: block;
    max-width: fit-content;
    padding-bottom: 3px;
}

.button.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.button.center span {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
}

@media (max-width:767px) {
    section.slider {
        padding: 30px 0 45px;
    }
    section.slider h2 {
        font-weight: 800;
        font-size: 20px;
        margin: 30px 0 0;
    }
    h6.lit-title {
        margin: auto;
    }
    section a.button {
        max-width: 290px;
        margin-top: 0;
    }
    section.slider .content {
        margin-bottom: 10px;
    }
}