.benefit_list_wrap {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) {
  .benefit_list_wrap {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
}

.text_blue {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #425BA8;
}

@media screen and (max-width: 767px) {
  .text_blue {
    font-size: 14px;
  }
}