.gh-card,
.gh-benefits-card {
  box-shadow: 2px 4px 4px -2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
}
.gh-card {
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  height: 100%;
  padding: 15px;
}

.gh-card-img {
  padding: 20px 0;
  width: fit-content;
}
.gh-card-title,
.gh-benefits-card-title {
  font-weight: 700;
  font-size: 20px;
}
.gh-card-body,
.gh-benefits-card-body {
  font-size: 15px;
  padding-top: 15px;
}
.gh-row {
  display: flex;
  flex-wrap: wrap;
}
.gh-benefits-card {
  border: 1px solid #F2F2F2;
  flex-direction: row;
  align-items: center;
  margin: 17px 34px;
}
.gh-benefits-card div {
  margin: 18px;
  margin-left: 26px;
}
.gh-background-logo {
  padding: 5px;
  background-color: white;
  text-align: center;
  left: -14px;
  position: relative;
}
.gh-card-container {
  display: flex;
  flex-wrap: wrap;
}
.h-margin {
  margin: 0 20px;
}