.v2BoxImpt{
    width: calc(50% - 30px)!important;
}
@media (max-width: 575.98px) {
    .v2BoxImpt{
        width: 100%!important;
    }
}