.module-25 {
  position: relative;
}

.module-25::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: -70px;
  background-color: #f8f8f8;
}

.module-25 .post {
  border: 1px solid transparent;
}

.module-25 .post:hover {
  border-color: #D1D2D3;
}

.module-25 .post-thumbnail {
  margin: 16px;
}

.module-25 .post-link-image {
  border-radius: 10px;
}

.module-25 .post-link-image img {
  aspect-ratio: 362 / 200;
}

.module-25 .post-link-image:hover img {
  transform: none;
}

.module-25 .post {
  background: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.module-25 .text {
  background-color: #fff;
  display: flex;
  padding: 20px 24px 36px 24px;
  flex-direction: column;
  align-items: baseline;
  min-height: 277px;
}

.module-25 .text .button {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .module-25 .button {
      display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .module-25 .text {
    padding: 20px 24px 33px 24px;
    min-height: 251px;
  }
}

@media screen and (max-width: 567px) {
  .module-25 .title24 {
      font-size: 24px;
      line-height: 31px;
  }
}