.yks-guarantee-link {
  margin: 2.5rem 0;
  padding: 1.35rem 1.5rem;
  border: 1px solid #bad8d0;
  border-left: 5px solid #1e6b62;
  border-radius: 12px;
  background: #f2faf7;
  color: #193036;
}
.yks-guarantee-link h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  line-height: 1.5;
}
.yks-guarantee-link p {
  margin: 0.6rem 0;
  line-height: 1.75;
}
.yks-guarantee-link a {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: 7px;
  background: #1e6b62;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}
.yks-guarantee-link a:hover,
.yks-guarantee-link a:focus {
  background: #125249;
  color: #fff !important;
}
@media (max-width: 620px) {
  .yks-guarantee-link {
    padding: 1.1rem;
  }
}
