.simple-post {
  width: 274px;
  height: 310px;
  padding: 14px 21px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.simple-post-img {
  width: 232px;
  height: 192px;
  border-radius: 7px;
}

.simple-post-title {
  font-family: "HelveticaBold";
  margin-bottom: 28px;
}

.simple-post-guarantee {
  width: 232px !important;
  height: 310px;
  /* padding: 14px 21px; */
  display: flex;
  flex-direction: column;
  row-gap: 41px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
