img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.style1 .title::before,
.wrapper.style1 .title::after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  top: 49px;
  height: 38px;
}

.wrapper.style1.blog .title {
  width: unset;
  position: relative;
  left: unset;
  max-width: 650px;
  padding: 12px 24px;
  display: table;
  margin: 0 auto;
  margin-top: -106px;
}

@media screen and (max-width: 1680px) {
  .wrapper.style1.blog .title {
    margin-top: -98px;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper.style1.blog .title {
    margin-top: -65px;
  }
}

@media screen and (max-width: 736px) {
  .wrapper.style1 .title::before,
  .wrapper.style1 .title::after {
    display: none;
  }
}
