.steps-container{padding: 60px 0;}  
ul.steps-list li.steps-item{padding: 0 15px;width:33.333%;height:auto;}
.steps-box{width: 100%;display: flex;flex-flow: column;align-items: center; color: #586271;padding:27px 27px 47px;background: #fff;height: 100%; text-align: center;}
.steps-box h5{font-size: 30px; margin-bottom: 30px;}
/*.steps-slider.slick-slider .slick-list{overflow: visible;} */
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){

}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px){
 
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width: 767.98px) { 
.steps-container {padding: 25px 0 30px;}
ul.steps-list li.steps-item {width: 300px;}
.steps-box{font-size: 15px; line-height: 18px; padding: 25px 15px 15px;}
.steps-box h5{font-size: 20px; margin-bottom: 15px;}

}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width: 575.98px) {
}