.kv-title {
  margin-top: 107px;
  align-self: center;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #666;
}

.kv-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #67b77e;
  transition: 0.2s;
  text-decoration: underline;
}

@media (max-width: 990px) {
  .kv-title {
    margin: 32px 0 0 0;
    font-size: 14px;
  }
  .kv-link {
    font-size: 14px;
  }
}

@media (max-width: 767px), print {
  .kv-title {
    width: calc(100% - 70px);
    margin-top: 30px;
  }
}
