.button_slide {
    color: #000000;
    border: 2px solid #13b1d6;
    border-radius: 0px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    box-shadow: inset 0 0 0 0 #73c15f;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

a.button_slide.slide_right {
    text-decoration: none;
}

a.button_slide.slide_right2 {
    text-decoration: none;
}

.slide_right:hover {
    border: 2px solid #ef3476;
    background: rgb(240 59 116);
    background: linear-gradient(92deg, rgb(240 59 116) 3%, rgb(250 160 71) 100%);
    color: #fff;
}

.orange {
    border: 2px solid #17b2d2;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgb(23, 178, 210);
    background: linear-gradient(92deg, rgba(23, 178, 210, 1) 3%, rgba(101, 192, 114, 1) 100%);
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.signup-category li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
}

@media(min-width:280px) and (max-width:767px) {
    .signup-category  li {
        display: grid;
        margin-bottom: 15px;
    }
}