.mwp-info-item{
    display: inline-flex;
    align-items: center;
    width: calc( 97% / 3 ) !important;
}
.mwp-info-item .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
}
.mwp-info-item .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 20px;
    max-height: 20px;
}
.mwp-info-item p{
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
    .mwp-info-item{
        width: calc( 96% / 3 ) !important;
    }
    .mwp-info-item .desc{
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .mwp-info-item{
        width: calc( 97% / 3 ) !important;
    }
}
@media (max-width: 991px) {
    .mwp-info-item{
        width: calc( 96% / 3 ) !important;
    }
}