.subtitle-1 {
  text-decoration: none;
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  color: #151619;
  display: block;
}

.subtitle-2 {
  text-decoration: none;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #151619;
  display: block;
}

.subtitle-3 {
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #151619;
  display: block;
}

.quote {
  text-decoration: none;
  font-weight: 400;
  display: block;
  font-size: 22px;
  line-height: 32px;
  border-left: 5px solid #6991FC;
  padding-left: 20px;
  font-style: italic;

}

.caption {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.button-1 {
text-decoration: none;
font-weight: 400;
}

.blockLink{
  background: #F7F8FA;
  display: block;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid #D5D5D5;
  transition: background 0.5s ease;
}
