.no-post {
  font-size: 16px;
  padding: 30px 0;
}
.no-post.textCenter {
  display: flex;
  justify-content: center;
}

.block-three {
  display: grid;
  gap: 40px;
  margin-left: 0;
}
.block-three .item {
  width: 100%;
  height: auto;
  margin: 0;
}
.block-three .item-img {
  height: auto;
}
.block-three .item-img a {
  display: block;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.block-three .item-img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.block-three + .clear {
  margin-top: 5%;
}

.wysiwygImgContent {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.wysiwygImgContent img {
  width: 100%;
}

.wysiwygButtonContent {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.dataButton {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  width: fit-content;
  padding: 1em;
  transition: border 0.3s, color 0.3s;
}
.dataButton:hover {
  border: 1px solid #ff6900;
  color: #ff6900;
  opacity: 1;
}

.wysiwygIframeContent {
  position: relative;
  margin-top: 40px;
  padding-top: 56.25%;
}
.wysiwygIframeContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colorRed {
  color: red;
}

.colorBlue {
  color: blue;
}

.fontSmall {
  font-size: 85%;
}

.fontLarge {
  font-size: 125%;
}

.textBold {
  font-weight: bold;
}

.textUnder {
  text-decoration: underline;
}

.bkYellow {
  background-color: yellow;
}

@media (min-width: 768px) {
  .block-three {
    grid-template-columns: repeat(3, 1fr);
  }
  .dataButton {
    font-size: 16px;
    padding: 1em 1.5em;
  }
}

@media (min-width: 990px) {
  .block-three .item-img a {
    padding-top: 250px;
  }
}

/*# sourceMappingURL=add_style.css.map*/