.smarte-blog-top-bg-image {
  position: relative;
}
.smarte-blog-top-bg-image .smarte-blog-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #207ecf;
  height: 450px;
  z-index: -1;
  display: flex;
  max-height: 460px;
  overflow: hidden;
  content: " ";
  background-repeat: no-repeat;
  background-size: cover;
}