.what-you-need h4 {
  color: var(--default-blue);
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: var(--inter-font-family);
}
.what-you-need h2 {
  margin-bottom: 50px;
}
.what-you-need h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--navcard-blue);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.what-you-need h3 a {
  display: inline-block;
  color: var(--navcard-blue) !important;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
section.what-you-need.section .row {
  row-gap: 30px;
}
.what-you-need .resources-img {
  background-color: #cccccc;
  border-radius: 16px;
  height: 232.52px;
  margin-bottom: 20px;
  overflow: hidden;
}
.what-you-need .resources-img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.what-you-need .resources-img img:hover {
  transform: scale(1.1);
}
.what-you-need .time {
  color: var(--gray28);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.resources-card .time img {
  margin-right: 10px;
  margin-top: -1px;
}
.tags-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tags-group .tag {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  border-radius: 24.5px;
  text-decoration: none;
  margin-right: 10px;
}
.what-you-need .btn-row:empty{
	display: none;
}

@media only screen and (max-width: 767px) {
  .what-you-need h4 {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
  .what-you-need h3,
  .tags-group {
    margin-bottom: 15px;
  }
  .what-you-need h3 {
    font-size: 1rem;
  }
  section.what-you-need.section .row {
    row-gap: 30px;
  }
  .what-you-need .btn-row {
    margin: 55px 0px 15px 0px;
  }
  .what-you-need .resources-img img {
    border-radius: 8px;
  }
  .tags-group .tag {
    padding: 10px 15px;
    font-size: 0.625rem;
  }
}
