.typography-row:not(:last-child) {
  margin-bottom: 70px;
}
.typography__content {
  font-size: 23px;
  height: 100%;
  border-bottom: 1px solid rgba(14, 17, 34, 0.3019607843);
}
.typography__content p {
  margin-bottom: 0;
}
.typography__image img {
  width: 100%;
}
.typography__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 42px;
  grid-row-gap: 40px;
  margin-top: 36px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(14, 17, 34, 0.3019607843);
}
.typography__item-top {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
.typography__item-top img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.typography__item-title {
  color: rgba(14, 17, 34, 0.6);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .typography__content {
    font-size: 20px;
  }
  .typography__list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }
  .typography__item-top {
    height: 125px;
    margin-bottom: 5px;
  }
  .typography__item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .typography-row:not(:last-child) {
    margin-bottom: 50px;
  }
  .typography-row > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .typography-row > div:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .typography__content {
    font-size: 16px;
    margin-bottom: 28px;
    height: auto;
    border-bottom: none;
  }
  .typography__list {
    margin-top: 28px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 28px;
    padding-bottom: 50px;
  }
  .typography__item-top {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
  }
  .typography__item-top img {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .typography__list {
    grid-column-gap: 21px;
  }
}