.eupati-home {
  padding: 70px 10px;
}
.eupati-home .row {
  padding: 40px;
  border-radius: 13px;
  align-items: end;
}
.eupati-home .row h3 {
  margin-bottom: 50px;
}
.eupati-home .row a {
  text-decoration: none;
  font-size: clamp(20px, 1.667vw, 28px);
}
.eupati-home .row a:hover {
  color: #000000;
}
.eupati-home .row .cta-eupati {
  min-height: 166px;
  border: 1px solid #000;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 17px;
  text-align: right;
}
.eupati-home .row .cta-eupati::before {
  content: url("../../../../../images/cta-link-arrow.svg");
}
@media only screen and (max-width: 769px) {
  .eupati-home .row {
    padding: 25px 10px;
  }
  .eupati-home .row h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .eupati-home .row p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=eupati-home.css.map */
