.bagic-latest-blog {
    margin-top: 96px;
    padding: 0px;
    margin-bottom: 130px;
}
.bagic-latest-blog h2 {
    margin-bottom: 63px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 36px;
    line-height: 51px;
    color: #000;
    text-align: center;
}
.latest-blog-card{
    width: 335px;
    margin: 0px 16px;
}
.latest-blog-card a{
    text-decoration: none;
}
.latest-blog-img img{
    height: 192px;
    width: 100%;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;

}
.latest-blog-text-content {
    width: 100%;
    background-color: #fff;
    padding: 19px 21px 27px 27px;
    border-radius: 0px 0px 21px 21px;
    box-shadow: 0px 3px 30px #00000029;
    margin-bottom: 10px;
}
.latest-blog-text-content  p {
    padding-bottom: 23px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #656565;
    min-height: 100px;
}
.latest-blog-text-content span {
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0062AB;

}
/* Slider CSS */
.latest-blog-slider .slick-dots {
    /*margin-top: 54px;*/
    bottom: -38px;
}
.latest-blog-slider .slick-dots li {
    width: 14px;
    height: 14px;
}
.latest-blog-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 1px solid #0062AB;
    border-radius: 50%;
}
.latest-blog-slider .slick-dots li button:before {
    content: '';
}
.latest-blog-slider .slick-dots li.slick-active{
    width: 46px;
    height: 14px;
    background-color: #0062ab;
    border-radius: 9px;
}
.latest-blog-slider .slick-dots li.slick-active button{
    width: 46px !important;
    height: 14px;
    background-color: #0062ab;
    border-radius: 9px;
}
.latest-blog-slider .slick-dots li.slick-active button:before{
    width: 46px;
}
@media screen and (max-width:767px) {
    .bagic-latest-blog{
        padding: 0px;
        margin: 30px 0 85px 0;
    }
    .latest-blog-text-content h4{
        font-size: 18px;
        line-height: 24px;
        min-height:119px;
    }
    .latest-blog-slider .slick-dots{
        margin-top: 20px;
    }
    .bagic-latest-blog h2{
    	margin: 0px 0px 30px 20px;
    	text-align: left;
    }
}