.ciBackground {
    padding: 200px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1200px) {
    .ciBackground {
        padding: 100px 0;
    }
}
.ciBackground::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    opacity: 0.75;
    z-index: 1;
}
.ciBackground .content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.52px;
    z-index: 2;
    position: relative;
}
.ciBackground .content p {
    color: #fff;
    font-family: 'century-gothic';
    font-size: 25px;
    line-height: 39px;
    position: relative;
    z-index: 2;
}
.ciBackground .content p:last-of-type {
    margin: 0;
}

.ciBackground .content i {
    color: #fff;
    z-index: 3;
    position: relative;
    font-size: 55px;
    margin-bottom: 10px;
}

.ciBackground ul {
    color: #fff;
    position: relative;
    z-index: 3;
    padding-left: 20px;
    margin-top: 20px;
}

.ciBackground ul li{
    margin-bottom: 5px;
}

.ciBackground h3 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1.14px;
    line-height: 37px;
    position: relative;
    z-index: 3;
}
