.blog-head {
    background-image: url(../images/about-us/blog-head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-fluid.blog-head h1.text-center{
   font-weight: 700!important;
   padding: 40px 0!important;
   font-size: 30px;
       color: #066277 !important;
}
.review-container {
    padding: 50px 15px;
}
.review-container p{
   margin-bottom: 20px;
   width: 100%;
}
p.heading {
    font-weight: 800!important;
    font-family: 'Nexabold' !important;
    font-size: 24px;
    margin-bottom: 0px;
}
.review-container p{
    font-family: 'Roboto', sans-serif;
}
.review-container p a{
   color: #000;
}



@media(min-width: 320px) and (max-width: 767px){
	.container-fluid.blog-head h1.text-center {
		font-size: 24px;
	}
	.blog-head {
    height: auto;
    background-position: right;
    background-size: auto;
    }
	p.heading {
    font-size: 24px;
    line-height: 30px;
}
}


@media (max-width: 375px){
    .container {
       max-width: calc(100% - 10px);
    }
}