.service-blog {
    cursor: pointer;
    text-align: center;
}
.cricle-img {
    width: 195px;
    margin: auto;
    overflow: hidden;
    height: 195px;
    border-radius: 50%;
    background: #143259;
}
.service-blog figure {
    width: 192px;
    height: 192px;
    display: inline-block;
    position: relative;
}
.service-blog h3 {
	font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    color: #143259;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.service-blog a {
    color: #fff;
    text-align: center;
    background: #dc3545;
}
.service-blog p{
	text-align: justify;
}

.service-blog img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    margin: auto;
    position: absolute;
    display: block;
}