.resource-page-heading {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.jdo_list .title,
.jdo_list li {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}

.jdo_list li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.jdo_list li::before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 100%;
  content: '';
}

.tiles_wrap a {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.tiles_content_wrap {
  margin-top: 40px;
}

.tiles_content {
  margin: 0 -15px;
}

.tiles_content .tiles-cell {
  padding: 0 15px;
  max-width: 25%;
  text-align: center;
  margin: 35px 0;
}

.tiles_content .tiles-cell img {
  width: 100%;
}

.tiles_content .tiles-cell .caption {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}