:root {
  --background: #FFFBF5;
  --text: #000000;
  --padding: clamp(1rem, 5.5vw, 8rem);
  --padding-top: calc(var(--padding) * 0.75);
}

@media (max-width: 1024px) {
  :root {
    --padding-top: 3rem;
  }
}

.about_objectives {
  position: relative;
  padding: 75px 0px 72px;
  background: #111111;
  color: #FFFBF5;
}

@media (max-width: 768px) {
  .about_objectives {
    padding: 50px 0px 61px;
  }
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_title h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  max-width: 451px;
  margin-bottom: 18px;
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_title h2 * {
  font-weight: 500;
}

@media (max-width: 768px) {
  .about_objectives .about_objectives__wrap .about_objectives__wrap_title h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 51px;
  }
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list .item {
  padding: 16px 0px 50px;
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list .item svg {
  display: none;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .about_objectives .about_objectives__wrap .about_objectives__wrap_list .item svg {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .about_objectives .about_objectives__wrap .about_objectives__wrap_list .item {
    padding: 20px 0px 50px;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list .item:last-child {
  padding: 16px 0px 0px;
}

@media (max-width: 768px) {
  .about_objectives .about_objectives__wrap .about_objectives__wrap_list .item:last-child {
    padding: 20px 0px 0px;
  }
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list .item .item_content {
  max-width: 628px;
  margin: 0 0 0 auto;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.about_objectives .about_objectives__wrap .about_objectives__wrap_list .item .item_content * {
  font-weight: 500;
}

@media (max-width: 768px) {
  .about_objectives .about_objectives__wrap .about_objectives__wrap_list .item .item_content {
    font-size: 20px;
    line-height: 1.1;
    flex: 1 calc(100% - 44px);
  }
}
