.breadcrumb {
  background-color: #003087;
}
.breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.breadcrumb .tags {
  display: flex;
}
.tag {
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #fff;
}
.breadcrumb ul li a {
  color: #fff;
}
.blog-post ul {
  list-style: disc !important;
  padding-left: 21px;
}

.blog-post ol {
  list-style: numeric !important;
  padding-left: 21px;
}
.content-wrapper {
  overflow: hidden;
}
.body-container--blog-post {
  position: relative;
  padding-top: 49px;
}
.body-container--blog-post:before {
  content: '';
  width: 100%;
  height: 336px;
  max-height: 35vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E5EAF3;
  z-index: -1;
}
.blog-post__img-container {
  position: relative;
  display: block;
  max-width: 848px;
  width: 90%;
  margin: 0 auto 31px;
}
.blog-post__image {
  position: relative;
  border-radius: 12px;
  z-index: 0;
}
.blog-post__bg-img {
  position: absolute;
  max-width: 10vw;
}
#dots-left {
  top: 20%;
  right: calc(100% - 15px);
}
#dots-right {
  top: 10%;
  left: calc(100% - 20px);
}

.blog-post {
  max-width: 848px !important;
  width: 90%;
  margin-bottom: 74px !important;
  padding: 61px 49px 97px;
  border-radius: 12px;
  box-shadow: 0 0 30px #0000001A;
  background-color: #fff;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -0.2px;
  color: #4A4B46;
}

article.blog-post{
  margin: 10px auto;
}

.blog-post h1 {
  margin-bottom: 26px;
  font-size: 49px;
  line-height: 53px;
  letter-spacing: -1.23px;
}
.blog-post h2 {
  margin-top: 35px;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.63px;
}
.blog-post .subtitle {
  font-size: 25px;
  line-height: 39px;
  color: #33599F;
}

@media screen and (max-width: 768px) {
  .blog-post {
    padding: 44px 7% 67px;
    font-size: 16px;
    line-height: 23px;
  }
  .blog-post h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .blog-post h2 {
    font-size: 21px;
  }
  .blog-post .subtitle {
    font-size: 21px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
 .tags {
   margin-top: 12px;
   width: 100%;
   text-align: center;
   justify-content: center;
  }
  
  .tag {
    margin-left: 0;
}

@media screen and (max-width: 560px) {
  .blog-post h1 {
    font-size: 36px;
    line-height: 41px;
  }
  .blog-post .subtitle {
    font-size: 18px;
    line-height 24px;
  }
}

@media screen and (max-width: 480px) {
  .blog-post h1 {
    font-size: 30px;
    line-height: 36px;
  }
}