.ci {
    width: 100%;
    height: 400rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    background: url(../images/grid.jpg) repeat;
    background-position: center;
}

.ci img {
    height: 80%;
}

.ci-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-top: 60rem;
}

.ci-text h5 {
    color: #222;
    font-size: 20rem;
    letter-spacing: -1rem;
}

.ci-text p {
    color: #888;
    font-size: 18rem;
    line-height: 1.7;
}

.ci-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
}

.ci-box {
    display: flex;
    align-items: center;
    gap: 20rem;
}

.ci-box div:first-child {
    width: 130rem;
    height: 130rem;
}

.ci-box span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.ci-box ul {
    display: flex;
    flex-direction: column;
    gap: 6PX;
    margin-top: 10px;
}

.ci-box ul li {
    color: #444;
    font-size: 15px;
    letter-spacing: 0;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-spacing: 0;
    table-layout: fixed;
}

table thead {
    color: #222;
    font-size: 15rem;
    font-weight: 600;
    border-top: 2px solid #333;
    background-color: #f1f1f1;
}

table td {
    color: #222;
    padding: 12rem;
    font-size: 16rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ci-table {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.ci-table td {
    padding: 20rem 30rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.ci-table tr td:first-child {
    color: #fff;
    width: 300rem;
    font-size: 26rem;
    font-weight: 600;
    background-color: var(--main-color);
    border-top: 1px solid #ffffff65;
    border-bottom: 1px solid #ffffff65;
    border-right: 1px solid #ffffff65;
    text-align: center;
}

.ci-table tr td {
    color: #222;
    font-size: 22rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.ci-circle-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    margin-top: 30rem;
}

.ci-circle {
    width: 300rem;
    min-width: 300rem;
    height: 300rem;
    min-height: 300rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ci-c-text {
    text-align: center;
}

.ci-c-text h6 {
    color: #fff;
    font-size: 30rem;
}

.ci-c-text p {
    color: rgba(0, 0, 0, .4);
    font-size: 17rem;
    font-weight: 500;
    margin-top: 15rem;
}

.ci-circle.first {
    position: relative;
    background-color: transparent;
    margin-right: 65rem;
}

.ci-circle.first .ci-c-text {
    margin-right: 85rem;
}

.ci-circle.first em {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--ruah-blue);
}
.ci-circle.first em:nth-child(1) {
    left: -60rem;
    opacity: 1;
}
.ci-circle.first em:nth-child(2) {
    left: -45rem;
    opacity: .85;
}
.ci-circle.first em:nth-child(3) {
    left: -30rem;
    opacity: .7;
}
.ci-circle.first em:nth-child(4) {
    left: -15rem;
    opacity: .55;
}
.ci-circle.first em:nth-child(5) {
    left: 0;
    opacity: .3;
}


/*==================================================*/
@media (max-width: 768px) {
    .ci {
        height: 300rem;
        background-size: cover;
    }
    
    .ci-text h5 {
        font-size: 24rem;
    }
    
    .ci-circle-wrapper {
        margin-left: 20rem;
    }
    
    .ci-circle {
        width: 200rem;
        min-width: 200rem;
        height: 200rem;
        min-height: 200rem;
    }

    .ci-c-text p {
        padding: 0 30rem;
    }
    
    .ci-circle.first {
        margin-right: 0;
    }

    .ci-circle.first .ci-c-text {
        margin-right: 55rem;
    }
    
    .ci-circle.first em:nth-child(1) {
        left: -40rem;
    }
    .ci-circle.first em:nth-child(2) {
        left: -30rem;
    }
    .ci-circle.first em:nth-child(3) {
        left: -20rem;
    }
    .ci-circle.first em:nth-child(4) {
        left: -10rem;
    }
    .ci-circle.first em:nth-child(5) {
        left: 0;
    }

    .ci-box {
        flex-direction: column;
    }
    
    .ci-box div:first-child {
        width: 100%;
        height: 20rem;
    }

    .ci-table tr td:first-child {
        width: 180rem;
    }
}


@media (max-width: 550px) {
    .ci-text {
        margin-top: 80rem;
    }
    
    .ci-text h5 {
        font-size: 30rem;
    }

    .ci-text p {
        font-size: 22rem;
    }

    .ci-c-text p {
        font-size: 17rem;
    }

    .ci-box span {
        font-size: 24rem;
    }
    
    .ci-box ul li {
        font-size: 16rem;
    }
}