.consulting-img {
  width: 244px;
  height: 194px;
  border-radius: 15px;
  /* box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25); */
  box-shadow: none !important;
}

.consulting-img img {
  box-shadow: none !important;
}

.consulting-post {
  background-color: #ffffff;
  width: 284px;
  height: 310px;
  padding: 14px 21px 50px 21px;
  border-radius: 15px;
  box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}

.consulting-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.consulting-date {
  font-size: 10px;
  margin-bottom: 0;
}

.consulting-title {
  font-size: 15px;
}

.consulting-desc {
  font-size: 9px;
}
