.vey-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vey-table .row {
  display: flex;
  padding-bottom: 28px;
}

.vey-table .row:not(:first-child) {
  padding-top: 28px;
}

.vey-table .row:not(:last-child) {
  border-bottom: 0.5px solid #cbcbcb;
}

.vey-table .vey-button {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.vey-table .vey-button a {
  width: 200px;
}

.vey-table .row .image {
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  flex-shrink: 0;
}

.vey-table .im-text {
  display: flex;
  align-items: center;
}

.vey-table .row .row-text h3,
.vey-table .row .row-text p {
  padding: 0;
  margin: 0;
}

.vey-table .row .row-text h3 {
  font-family: graphie, sans-serif;
  color: #364344;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.vey-table .row .row-text p {
  font-family: "proxima-soft", sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .vey-icn-card .small {
    margin-bottom: 16px;
  }

  .vey-table .row {
    flex-direction: column;
  }

  .vey-table .vey-button {
    margin: 0;
    margin-top: 24px;
  }

  .vey-table .vey-button a {
    width: 100%;
  }

  .vey-table .vey-button .a-wrap {
    width: 100%;
  }
}
