.blog-section {
  overflow: hidden;
  /*padding-bottom: 6rem;*/
  /*padding-top: 14rem;*/
  display: block !important;
  /*all: unset;*/
}

.blog-section__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom: 1.6rem
}

.blog-section__label, .blog-section__title {
  color: #081d56;
  font-style: normal;
  text-align: center
}

.blog-section__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.6rem;
  margin: 0 auto;
  width: 39.2rem
}


/*.blog-section__content {*/
/*  font-size: medium;*/
/*}*/


/*.blog-section__content * {*/
/*  all: revert;*/
/*}*/

/*.blog-section__content ul {*/
/*  padding: revert;*/
/*  margin: revert;*/
/*  list-style: revert;*/
/*}*/

.blog-section__content img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.blog-section__content img:not(:first-child) {*/
/*  margin-top: 4rem*/
/*}*/

/*.blog-section__content img:not(:last-child) {*/
/*  margin-bottom: 4rem*/
/*}*/

.blog-section__content h2, .blog-section__content h3 {
  /*font-size: 2.4rem;*/
  /*font-style: normal;*/
  /*font-weight: 700;*/
  /*line-height: 2.8rem;*/
  /*margin-bottom: 2rem*/
}

.blog-section__content h2:not(:first-child), .blog-section__content h3:not(:first-child) {
  /*margin-top: 3rem*/
}

@media (min-width: 768px) {
  .blog-section {
    /*padding-bottom: 14rem;*/
    /*padding-top: 22rem*/
  }

  .blog-section .container {
    padding: 0 8rem
  }

  .blog-section__label {
    font-size: 1.8rem;
    line-height: 2.8rem
  }

  .blog-section__title {
    font-size: 5.4rem;
    line-height: 6.4rem;
    width: 80%
  }

  .blog-section__content img {
    /*height: auto;*/
    /*margin-left: -28.5rem;*/
    /*width: calc(100% + 57rem)*/
  }

  /*.blog-section__content img:not(:first-child) {*/
  /*  margin-top: 5.5rem*/
  /*}*/

  /*.blog-section__content img:not(:last-child) {*/
  /*  margin-bottom: 8rem*/
  /*}*/

  .blog-section__content h2, .blog-section__content h3 {
    /*font-size: 4.8rem;*/
    /*line-height: 5.8rem*/
  }

  .blog-section__content h2:not(:first-child), .blog-section__content h3:not(:first-child) {
    /*margin-top: 5rem*/
  }
}
