.other-services-container{padding: 80px 0;}
.other-services-list{width: calc(100% + 24px); margin-left: -12px; display: flex; flex-wrap: wrap; margin-bottom: 30px; margin-top: -5px; justify-content: center;}
.os-item{width: 33.333%; padding:0 12px 20px;}
.os-box{background: #055468;color: #fff;display: flex;flex-flow: column;margin: 0 auto;height: 100%;text-align: left;width: 100%;padding: 0 28px 36px;}
.os-content {font-family:'Roboto', sans-serif;font-size: 16px;line-height: 22px;padding: 20px 0 47px;letter-spacing: -0.4px;}
.os-box .os-img { height: 160px;background: #333;margin: 0 -28px 0; position: relative;}
.os-img img {width: 100%;height: 100%; object-fit: cover;} 
.os-content h3 {font-size: 30px;line-height: 36px;margin-bottom: 17px;}
.os-more-btn{text-align: center; margin-top: auto;}
.os-badge {width: 70px;height: 70px;background: #f0f0f0;border-radius: 50%;color: #586271;font-size: 15px;line-height: 18px;font-weight: 700;display: flex;align-items: center;justify-content: center;white-space: normal; text-align: center;position: absolute;top:22px;right:23px; box-shadow: 0 0 5px rgba(0,0,0,0.1) }

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){

}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px){
.other-services-container{padding: 60px 0;}
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width: 767.98px) {
.other-services-container{padding: 35px 0;}
.other-services-list{margin-bottom: 20px;}
.os-item{width: 50%;}
.os-item:nth-child(3){display: none;}
.os-content{font-size: 15px;}
.os-content h3{font-size: 20px; line-height: 26px;}

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