.advantages-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .advantages-list {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.advantages-list.bg-gray {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .advantages-list.bg-gray {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.advantages-list .advantages-title {
  margin-bottom: 40px;
}
.advantages-list .advantages-title .title {
  margin-bottom: 32px;
  hyphens: auto;
  word-break: auto-phrase;
}
@media (min-width: 768px) {
  .advantages-list .advantages-title .title {
    hyphens: none;
    word-break: normal;
  }
}
.advantages-list .advantages-title .title h2 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .advantages-list .advantages-title .title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .advantages-list .advantages-title .title h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
.advantages-list .advantages-title .title h3 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  .advantages-list .advantages-title .title h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .advantages-list .advantages-title .title h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
.advantages-list .advantages-title .title h4 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
}
@media (min-width: 1024px) {
  .advantages-list .advantages-title .title h4 {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .advantages-list .advantages-title .title h4 {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.advantages-list .advantages-title .title h5 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
}
@media (min-width: 1024px) {
  .advantages-list .advantages-title .title h5 {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .advantages-list .advantages-title .title h5 {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.advantages-list .advantages-title .title h6 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
}
@media (min-width: 1024px) {
  .advantages-list .advantages-title .title h6 {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .advantages-list .advantages-title .title h6 {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.advantages-list .advantages-title .subText {
  color: #333f48;
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 32px;
}
.advantages-list .content-list {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333f48;
}
@media (max-width: 768px) {
  .advantages-list .content-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.advantages-list .content-list:first-of-type {
  padding-top: 0;
}
.advantages-list .content-list:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.advantages-list .content-list .iconTitle {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: flex-start;
  margin-left: -20px;
}
.advantages-list .content-list .iconTitle span {
  display: flex;
  align-items: center;
  font-size: 60px;
  color: #ffcd00;
  height: 32px;
}
@media (max-width: 417px) {
  .advantages-list .content-list .iconTitle span {
    font-size: 40px;
  }
}
.advantages-list .content-list .iconTitle .content-list__title {
  color: #333f48;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
}
@media (min-width: 1024px) {
  .advantages-list .content-list .iconTitle .content-list__title {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .advantages-list .content-list .iconTitle .content-list__title {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.advantages-list .content-list .content-list__desc {
  margin-top: 16px;
  color: #333f48;
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  padding-left: 50px;
}
@media (max-width: 417px) {
  .advantages-list .content-list .content-list__desc {
    padding-left: 31px;
  }
}
.advantages-list .content-list .content-list__desc a {
  text-decoration-line: underline;
  cursor: pointer;
  color: inherit;
}
.advantages-list .link {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  text-transform: uppercase;
  color: #d52b1e;
  cursor: pointer;
  display: block;
  text-wrap: balance;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .advantages-list .link {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .advantages-list .link {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.advantages-list .link:after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e902";
  font-weight: 400;
  position: relative;
  top: 1px;
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.advantages-list .link:hover {
  color: #bc131c;
}
.advantages-list .link:hover:after {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .advantages-list .link {
    margin-top: 48px;
  }
}
