.compare-accounts-wrapper {padding: 123px 0 186px;position: relative;}
.compare-accounts-wrapper::before{content: '';position: absolute;left: -340px;top: 32%;width: 500px;height: 300px;border-radius: 50%;filter: blur(120px);background: #00afff;z-index: -1;}
.compare-accounts-wrapper h2 {font-size: var(--fs-60);font-weight: 700;text-align: center;background: linear-gradient(136deg, #FFF 60.09%, rgba(72, 81, 101, 0.00) 111.49%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 139px;text-align: center;}
.compare-accounts-wrapper .list {display: flex;justify-content: center;gap: 25px;}
.compare-accounts-wrapper .item-wrapper {width: 26.7%;text-align: center;}
.compare-accounts-wrapper .item {width: 100%;}
.compare-accounts-wrapper .item-top {padding: 26px 20px;background: #0012ff;position: relative;overflow: hidden;}
.compare-accounts-wrapper .item-top::before{content: '';position: absolute;left: -18px;bottom: -21px;width: 116px;height: 20px;border-radius: 50%;filter: blur(16px);background: #fff;z-index: 3;}
.compare-accounts-wrapper .item li {padding:23px 20px 26px;font-size: 15px;font-weight: 400;}
.compare-accounts-wrapper .item li:nth-child(odd) {background-color: #1d243b;}
.compare-accounts-wrapper .item li:nth-child(even) {background-color: #13192e;}
.compare-accounts-wrapper .item li span {color: #5e698b;line-height: 15px;margin-bottom: 14px;display: block;}
.compare-accounts-wrapper .item-wrapper a{width: 100%;text-align:center;border-radius: 8px;}
@media (max-width:1240px){
    .compare-accounts-wrapper{padding: 110px 0 170px;}
    .compare-accounts-wrapper h2{margin-bottom: 100px;}
}
@media (max-width:1120px){
    .compare-accounts-wrapper .item-wrapper a{padding: 13px 10px;}
}
@media (max-width:1024px){
    .compare-accounts-wrapper{padding: 90px 0 130px;}
    .compare-accounts-wrapper h2{margin-bottom: 80px;}
}
@media (max-width:992px){
    .compare-accounts-wrapper::before{display: none;}
    .compare-accounts-wrapper .list{width: 100%;max-width: 308px;margin: 0 auto;display: block;}
    .compare-accounts-wrapper .item-wrapper{width: 100%;margin-bottom: 30px;}
}
@media (max-width:768px){
    .compare-accounts-wrapper{padding: 60px 0 80px;}
    .compare-accounts-wrapper h2{margin-bottom: 30px;}
}
@media (max-width:510px){
    .compare-accounts-wrapper{padding: 20px 0;}
    .compare-accounts-wrapper .item-top{padding: 20px;}
    .compare-accounts-wrapper .item-wrapper:nth-child(1) .item-top img{width: 130px;}
    .compare-accounts-wrapper .item-wrapper:nth-child(2) .item-top img{width: 117px;}
    .compare-accounts-wrapper .item-wrapper:nth-child(3) .item-top img{width: 118px;}
}