.cesc-carousel {
    margin: 20px 0 0;
    padding: 0 30px;
}
.cesc-card {
    padding: 20px 20px 0;
    text-align: center;
    margin: 0 16px;
}
.mobile-app-slider-widget .cesc-card img.app-mobile-image {
    width: 92%;
    margin: 0 auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
}
.cesc-card:hover img.app-mobile-image {
    transform: scale(1.04);
}
.cesc-card h4 {
    font-size: 22px;
    margin: 24px 0 5px;
    line-height: 28px;
    font-weight: 700;
}
.cesc-card .tag {
    display: inline-block;
    padding: 4px 12px;
    margin: 0px 0 8px;
    background: rgb(255 183 0 / 10%);
    border-radius: 20px;
    font-size: 12px;
    color: rgb(255, 183, 0);
    line-height: 18px;
}
.cesc-card p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 16px;
}
.cesc-card h6 {
    color: #9E9E9E;
    font-size: 13px;
    font-weight: 600;
}
.mobile-app-slider-widget {
    position: relative;
}
.mobile_slider_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.mobile_slider_arrow button {
    background: #fff;
    border: 2px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 25px;
}