.subscription-main {
    width: 23.3%;
    float: left !important;
    margin-right: 25px;
    position: relative;
}

.subscription-main-last {
    margin-right: 0 !important;
}

.dashboard-slider .subscription-main {
    padding-top: 84px;
}

@media screen and (min-width:1024px) and (max-width:1270px) {
    .subscription-main { margin-right: 5px; width: 24.6%; }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .subscription-main { width: 44%; margin: 15px 3% !important; }
}
@media screen and (min-width:240px) and (max-width:767px) {
    .subscription-main { width: auto; float: none !important; margin-right: 0; margin: 10px 0 35px;}
}