.sect-category-pane {
  border: 1px;
  background-size: contain;
  padding: 30px 10px 60px;
  text-align: center;
}
.sect-category-pane__title {
  text-align: center;
  font-size: 40px;
  padding: 26px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-category__thumb__image {
  min-height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-category__thumb__header {
  padding-left: 0;
}
.blog-category__thumb__text {
  margin-bottom: 10vw;
}
.blog__thumb__image {
  min-height: 255px;
  min-width: 255px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .blog__thumb__image {
    width: 40%;
    aspect-ratio: 5/4;
  }
}
