.package .btn.get_it_now {
    padding: 10px 26px!important;
}
.btn.get_it_now {
    margin-bottom:0 !important;
    height: 50px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    outline: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    transition: background 1s ease-in-out;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.phone_number {
    margin-bottom: 21px;
    font-size: 26px;
}

.phone_number *,
.phone_number *:hover{
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
}

.margin-80-0 {
  margin: 80px 0 30px !important;
}

@media (min-width:640px) and (max-width:1024px) {
    .responsive.btn {
        top: auto !important;
        bottom:90px !important;
    }
}

@media (max-width:639px) {
    .responsive.btn {
        top: auto !important;
        bottom:30px !important;
    }
}