.section-gap{
	padding: 100px 0;
}
.section-title{
	    color:#009CDC;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.circle-bg:after {
    width: 300px;
    height: 300px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -90px;
    background: #f8f9fa;
}
.text-lineheight{
    line-height: 40px;
}
.post-img{
padding: 10px 55px;
    margin-bottom: 200px;
    margin-left: 10px;
    margin: 0px 83px 55px;
    box-shadow: 0px 15px 30px 0px rgba(221, 221, 221, 0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #777777;
    }
