.power-item.power-item--gray{
    background: #E5ECFF;
    color: #232323;
}
.power-item img{
    max-width: 64px;
}
.power-item{
    gap:24px;
    border-radius: 24px;
    height: 100%;
    padding: 32px;
    background: #5A82FC;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.power-item.power-item--mini{
    height: unset;
}
.power-item--mini-img{
    margin-bottom: -25px;
}

.submain-img{
    margin-top: 120px;
}
.submain-img img{
    margin-top: -100px;
}



@media(min-width: 768px){

}
@media(min-width: 992px){
    .power-item img{
        max-width: 100px;
    }
    .power-item--mini-img{
        max-width: 64px;
    }
}
@media(min-width: 1200px){

    .power-item--mini-img {
        margin-bottom: -35px;
    }
}

@media(min-width: 1400px){
    .submain-img{
        margin-top: 220px;
        max-height: 200px;
    }
    .submain-img img{
        margin-top: -200px;
        max-height: 100%;
    }
}