.offer-button {
    padding: 10px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.offer-button .btn-default {
    background: #7DD61D;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 80px;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-button .btn-default:hover {
    background: #09162A;
}

.offer-button .text-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 20px;
}

.offer-button .offer-main {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.offer-button .offer-sub {
    font-size: 16px;
    margin-top: 5px;
}

.offer-button .icon-wrapper {
    background: #0078d7;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0px 0px 20px;
}

.offer-button .icon-before {
    height: 60px;
}

.offer-button .icon-after {
    height: 30px;
    margin-right: 20px;
}

