.slick-next:before {
    color: #2559c6 !imporatant;
    font-size: 110px !imporatant;
    position: relative !imporatant;
    right: 0px !imporatant;
    bottom: 80px !imporatant;
}
    
    .slick-prev:before {
    position: relative !imporatant;
    bottom: 80px !imporatant;
    color: #2559c6 !imporatant;
    font-size: 110px !imporatant;
    right: 115px !imporatant;
}
    
    .imgWrapper img {
        width: 375px;
        height: 240px;
    }
    
    .imgWrapper h4 {
        font-size: 1.3rem;
        color: #787878;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .card-body {
        background-color: #fff;
    }
    
    .card-body img {
        height: 205px;
        width: 360px;
    }
    
    h5.card-title {
        margin: 0;
    }
    
    .card-body {
        background-color: #fff;
        height: 235px;
        width: 370px
    }
    
    .card-title {
    font-family: 'poppins';
    color: #3d3d3d;
    font-size: 21px;
    padding: 22px 10px 10px 25px;
}
    
    .card-text {
        padding: 0 25px 0px 25px;
        font-size: 1.7rem;
        line-height: 2rem;
        font-weight: 400;
        font-family: 'poppins';
    }
    
    .skyBtn {
    background: #84e6fe;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    padding: 8px 20px;
    margin: 4% 7%;
    font-family: 'poppins';
}

.card-body p {
    padding: 0 25px 0px 25px;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 400;
    font-family: 'poppins';
}
