.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.text-white {
  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;
}
li {
  margin-left: 15px;
  margin-bottom: 16px;
  width: 100%;
}
strong {
  margin: 20px 0 0;
  font-weight: normal !important;
}
strong.bold {
  font-weight: bold !important;
}
p.heading,
p.heading strong strong {
  font-weight: 600 !important;
  font-family: "Nexabold" !important;
  font-size: 24px;
}
.review-container p strong {
  font-family: "Roboto", sans-serif;
}
strong {
  font-family: "Roboto", sans-serif;
}
a {
  color: #111;
}

.list-style-none {
  list-style: none;
}

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