.single-post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 0;
}
.single-post-wrapper .smallbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .single-post-wrapper .smallbox {
    flex-direction: column;
    align-items: center;
  }
}
.single-post-wrapper .smallbox .left {
  width: 100%;
}/*# sourceMappingURL=style.css.map */