.image_layout {
  padding: 3rem 0;
  text-align: center;
}
.image_layout .title-thc {
  margin: auto;
  margin-bottom: 1rem;
}
.image_layout .desc {
  margin: auto;
  max-width: 600px;
  margin-bottom: 3rem;
}
.image_layout .primary-button {
  margin-top: 1.5rem;
}
.image_layout .item-wrapper {
  position: relative;
}
.image_layout .item-wrapper a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 1rem;
  font-size: 1.1rem;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 30%, #000000bf 100%);
  width: 100%;
  height: 50%;
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.image_layout .item-wrapper.first .thumbnail-wrapper {
  padding-bottom: 68%;
}
@media only screen and (max-width: 769px) {
  .image_layout .item-wrapper.first .thumbnail-wrapper {
    margin-bottom: 1.5rem;
  }
  .image_layout {
    padding: 2rem 0;
  }
}
