/*  */

.xb-service-card {
    padding: 35px !important;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    transition: .3s;
    text-align: center;
}

.xb-service-card h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}
.xb-service-card:hover {
    transform: translateY(-8px);
    border-color: #00ff97;
}

.xb-tag-box {
    padding: 14px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    background: rgba(255,255,255,0.04);
}

.xb-cert-list {
    max-width: 700px;
    margin: auto;
    list-style: none;
    padding: 0;
}
.xb-cert-list li {
    padding: 14px 22px;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    background: rgba(255,255,255,0.04);
}

.xb-quote-box p {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}
.xb-quote-box h4 {
    color: #f74f37;
}

