.checklist {
  background-color: white;
  box-shadow: 4px 0px 40px 0px rgba(6, 43, 84, 0.1);
  border-radius: 25px;
  margin-bottom: 40px;
}
.checklist-header {
  background-color: #121848;
  color: white;
  padding: 40px;
  border-radius: 25px;
}
.checklist-header h3 {
  color: #e9d6be;
}
.checklist-header p {
  font-weight: 400;
  margin-bottom: 0;
}

.checklist-content {
  padding: 40px;
}
.checklist-content h4 {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.checklist-content h4:before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.15em;
  height: 1.15em;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg id='Layer_2' data-name='Layer 2' transform='translate(-1.251 -1.251)'%3E%3Cpath id='Path_168' data-name='Path 168' d='M34.857,15.378,33.079,13.6a2.32,2.32,0,0,1-.682-1.648V9.877A4.777,4.777,0,0,0,27.626,5.1H25.547A2.346,2.346,0,0,1,23.9,4.424L22.125,2.646a4.777,4.777,0,0,0-6.747,0L13.6,4.424a2.353,2.353,0,0,1-1.648.682H9.875A4.777,4.777,0,0,0,5.1,9.878v2.077A2.32,2.32,0,0,1,4.424,13.6L2.646,15.378a4.777,4.777,0,0,0,0,6.747L4.424,23.9a2.32,2.32,0,0,1,.682,1.648v2.079A4.777,4.777,0,0,0,9.877,32.4h2.079a2.346,2.346,0,0,1,1.646.682l1.776,1.776a4.775,4.775,0,0,0,6.747,0L23.9,33.08a2.353,2.353,0,0,1,1.648-.682h2.081a4.777,4.777,0,0,0,4.77-4.772V25.547A2.32,2.32,0,0,1,33.08,23.9l1.776-1.775a4.777,4.777,0,0,0,0-6.747ZM24.5,16.355l-6.512,6.512a1.218,1.218,0,0,1-1.726,0L13,19.611a1.221,1.221,0,0,1,1.726-1.726l2.393,2.395,5.65-5.648A1.221,1.221,0,0,1,24.5,16.358Z' transform='translate(0 0)' fill='%23ead7bf'/%3E%3C/g%3E%3C/svg%3E%0A");
}
