body .server-list-list {
  display: flex;
  align-items: stretch;
}
body .server-list-list .wp-block-column > div {
  height: 100%;
}
body .story-list-list {
  display: flex;
  align-items: stretch;
}
body .story-list-list > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

body .story-list-list > div .head-txt {
  flex: 1 1 auto;
}
body .white-bg {
  background-color: #f45e61;
  border-color: transparent;
  /* border: none; */
}
body .white-bg-1 {
  background-color: #f45e61;
}
body .white-bg-50 {
  background-color: #f6c2cc;
}
body .border-color-white {
  border-color: rgba(255, 255, 255, 1);
}

body .layout-grid-7 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 24px;
}

body .layout-grid-7 .wp-block-image {
  width: 100%;
  height: 120px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

body .layout-grid-7 .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body .name-1 {
  padding-left: 35px;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  body .layout-grid-7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  body .layout-grid-7 .wp-block-image {
    height: 70px;
  }
  body .name-1 {
    font-size: 15px;
  }
}
