.check_list_section {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.check_list_section h4 {
  font-size: 50px;
  font-family: var(--Faustina-font);
  font-weight: 800;
  color: var(--color-black);
}

.check_list_section h5 {
  font-size: 21px;
  font-family: var(--Fredoka-font);
  font-weight: 700;
  margin: 10px 0;
}

.check_list_sub_heading {
  font-size: 21px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .check_list_section h4 {
    font-size: 32px;
  }
}
