.karbarg-container{
    max-width: 980px;
}
.karbarg-title {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}
.karbarg-title span{
    color: #5e8ac7;
}

.karbarg-img {
    margin: 15px 0;
}
.karbarg-img img{
    margin: 0 auto;
}

.karbarg-text {
    margin: 15px 0;
}
.karbarg-text h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: right;
    margin-top: 0;
    color: #cc2229;
}
.karbarg-text h3 {
    font-size: 18px;
    color: #5e8ac7;
    text-align: right;
    margin:25px 0;
}
.karbarg-text span {
    min-height: 35px;
    padding-top: 3px;
    margin: 10px 0;
    clear: both;
    float: right;
    color: #4c4c4c;
    font-size: 16px;
    padding-right: 50px;
    background-image: url(../images/bull-green.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.karbarg-bt {
    width: 100%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #f2c83d;
    color: #000;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 15px auto 0 auto;
}
.karbarg-bt:hover {
    background-color: #ffe55c;
    color: #000;
}
