.support-levels-wrap {
    background-image: url('../../../assets/img/support-level-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*.support-levels-wrap .h2title {
    color: #e2e6ea;
}*/
.levels-head .desc {
    max-width: 690px;
}
.level-bx {
    background-color: #E2E6EA;
    color: #000;
    border-radius: 22px;
    text-align: center;
    position: relative;
    padding: 34px 18px 20px;
}
.level-bx .icon-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.level-bx-wrap:nth-child(1) .icon-img {
    background: #e9eef5;
    color: #0f2b5c;
}
.level-bx-wrap:nth-child(2) .icon-img {
    background: #cfd8ea;
    color: #0f2b5c;
}
.level-bx-wrap:nth-child(3) .icon-img {
    background: #009CDE;
    color: #fff;
}
.level-bx-wrap:nth-child(4) .icon-img {
    background: #0A427F;
    color: #fff;
}
.level-bx h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1.5%;
}
.level-bx p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.level-bx-wrap:nth-child(2) .level-bx h3 {
    margin-top: 35px;
}
.level-bx-wrap:nth-child(3) .level-bx h3 {
    margin-top: 60px;
}
.level-bx-wrap:nth-child(4) .level-bx h3 {
    margin-top: 80px;
}
.level-bx-wrap:nth-child(2) .level-bx p {
    margin-bottom: 35px;
}
.level-bx-wrap:nth-child(3) .level-bx p {
    margin-bottom: 60px;
}
.level-bx-wrap:nth-child(4) .level-bx p {
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .levels-head {
        margin-bottom: 20px;
    }
    .level-bx h3 {
        margin-top: 20px !important;
    }
    .level-bx p {
        margin-bottom: 0 !important;
    }
    .level-bx {
        height: 100%;
    }
    .level-bx-wrap {
        margin-top: 70px;
    }
}