#regular_button {
    float: left;
    border-radius: 50px;
    border-width: 2px;
    font-size: 32px;
    font-weight: normal;
    border-color: #0d84af;
    background-color: #ffffff;
    color: #0d84af;
    margin-right: 24px;
    padding: 16px 24px;
}

.regular_button {
    border-radius: 50px;
    border-width: 4px;
    font-weight: 700;
    border-color: #0d84af;
    background-color: #ffffff;
    color: #0d84af;
    font-size: 38px;
    height: 67px;
}

@media (min-width:320px) {
}

@media (min-width:320px) {
    .packs_image {
        width: 300px;
        float: left;
    }
}

@media (min-width: 576px) {
    .packs_image {
    }
}

@media (min-width: 768px) {
    .packs_image {
    }
}

@media (min-width: 1200px) {
    .packs_image {
        width: 446px;
        margin-bottom: -99px;
    }
}

@media (min-width:320px) {
}

@media (min-width: 1200px) {
}

@media (min-width:320px) {
    .footer_marker_text {
        background-color: #ffffff;
        color: #0d84af;
        font-size: 36px;
        line-height: 38px;
    }
}

.marker_text {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0d84af;
    border-radius: 50px;
    text-align: center;
    line-height: 47px;
}

.regular_button:hover {
    background-color: #0d84af;
    border-width: 4px;
    border-color: #0d84af;
    color: #ffffff;
}