.aff-main .btn {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 2px 0 #d4d4d4;
    box-shadow: 0 4px 2px 0 #d4d4d4;
    background-color: #008200;
    border-bottom: 2px solid;
    border-color: #006000;
    margin-top: 15px
}

.aff-main .navbar-dark {
    background: #2b3b4b !important;
    border-radius: 4px;
    font-size: 13px
}

.aff-main .aff-bottom .aff-desc {
    font-size: 13px
}

.aff-main .aff-bottom .aff-desc h2 {
    font-size: 16px
}

.aff-main .aff-top {
    position: relative
}

.aff-main .aff-top .top-h {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    line-height: 1.3
}

.aff-main .aff-top .top-h .h {
    color: #1e2833;
    font-size: 3.6em;
    font-weight: 500
}

.aff-main .aff-top .top-h .d {
    color: #0f853d;
    font-size: 3em
}