.mol-block {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #717786;
  gap: 24px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .mol-block {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.mol-block:hover,
.mol-block > * {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #717786;
}
.mol-block .mol-block--content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mol-block .mol-block--content h2, .mol-block .mol-block--content h3, .mol-block .mol-block--content h4, .mol-block .mol-block--content h5, .mol-block .mol-block--content .mol-block--title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}
.mol-block .mol-block--content > :last-child {
  margin-bottom: 0;
}
.mol-block video,
.mol-block picture,
.mol-block figure {
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.mol-block video img,
.mol-block picture img,
.mol-block figure img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.mol-block .mol-block--inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 992px) {
  .mol-block .mol-block--inner {
    padding-inline: 8px;
  }
}
