.banner {
    background-color: #CE8F95;
}

.banner .box-info {
    height: 100%;
}
.banner .title {
    background-color: #EEE3E3;
    color           : #4E0000;
    border: 1px solid #944848;
    padding         : 14px 20px;
    font-size       : 34px;
    text-align      : center;
    font-family     : 'Fjalla One', sans-serif;
    font-weight     : 400 !important;
    line-height     : 1.3;
}

.banner .description {
    font-family: Open Sans, Arial, sans-serif;
    font-size  : 20px;
    color      : #4E0000;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-subscriber {
    background-color: #fff !important;
    border-radius: .8rem;
    color: #a600eb;
    box-shadow: -2px 2px #1f387a, -2px 2px #1f387a, -1px 1px #1f387a;
    border: 1px solid #a600eb;
    font-weight: bold;
}

.btn-subscriber:hover {
    color: #16e8aa;
}

.payment .item {
    cursor : pointer;
    padding: 20px;
    border : 1px solid #ccc;
    color  : #ccc;
}

.payment .item:hover, 
.payment .item.click {
    border: 1px solid #666;
    color : #666;
}

.payment-option {
    display: none;
}