.headline {
    color: #fff!important;
    font-size: 2rem;
    line-height: 1.8rem;
    margin: 0 0 0;
}
.slider-card h3 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 15px 0;
    color: #fff!important;
}

.cta_button {
    font-family: Poppins, sans-serif;
    font-weight: 600!important;
    letter-spacing: 2px;
    font-size: 0.89375rem;
    text-transform: uppercase;
}

.slide_input {
  margin: 0 15px 0!important;
  font-size: 12px;!important;
}
@media (max-width: 678px) {
    #slider {
        width: 100%;
        height: 300px!important;
    }

input[type=radio] {
    position: relative;
    visibility: hidden;
    top: -25%!important;
    width: calc(12.5% - 35px) !important;
    height: 1.40rem!important;
    text-align: center;
    margin: 0 15px 0;
    opacity: 0.4;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}
  .headline {
    color: #fff!important;
    font-size: 1.25rem;
    margin: 0 0 0;
}
}