.register-advantages {
  margin-top: 40px;
  margin-bottom: 40px;
  /*Responsive*/
}
@media (min-width: 768px) {
  .register-advantages {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.register-advantages.bg-gray {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .register-advantages.bg-gray {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.register-advantages .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 85px;
}
.register-advantages .card-title {
  grid-column: 1;
}
.register-advantages .card-title .title {
  font-size: 40px;
  line-height: 48px;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #333f48;
  margin-bottom: 15px;
  hyphens: auto;
  word-break: auto-phrase;
}
@media (min-width: 1024px) {
  .register-advantages .card-title .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .register-advantages .card-title .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .register-advantages .card-title .title {
    hyphens: none;
    word-break: normal;
  }
}
.register-advantages .card-title .link {
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  text-transform: uppercase;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
}
@media (min-width: 1024px) {
  .register-advantages .card-title .link {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .register-advantages .card-title .link {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.register-advantages .card-title .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;
}
.register-advantages .card-title .link:hover {
  color: #bc131c;
}
.register-advantages .card-title .link:hover:after {
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .register-advantages .card-title .link {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .register-advantages .card-title .link {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
@media (min-width: 768px) {
  .register-advantages .card-title .link {
    font-family: 'N27 Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .register-advantages .card-title .link {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .register-advantages .card-title .link {
    font-size: 48px;
    line-height: 56px;
  }
}
.register-advantages .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  background-color: #333f48;
  margin-bottom: 18px;
  transition: all .2s;
  overflow: hidden;
}
.register-advantages .card .icon img {
  width: 48px;
  height: 48px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(45%) saturate(4003%) hue-rotate(3deg) brightness(105%) contrast(108%);
}
.register-advantages .card__title {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  color: #333f48;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .register-advantages .card__title {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .register-advantages .card__title {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.register-advantages .card__description {
  color: #333f48;
}
.register-advantages .card__description p {
  font-size: 20px;
  line-height: 28px;
  /* 140% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.register-advantages .card__description b {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
}
.register-advantages .card:nth-child(2n+1) {
  grid-column: 3;
}
@media (max-width: 1250px) {
  .register-advantages .card:nth-child(2n+1) {
    grid-column: 2;
  }
}
@media (max-width: 690px) {
  .register-advantages .card:nth-child(2n+1) {
    grid-column: 1;
  }
}
.register-advantages .card:nth-child(even) {
  grid-column: 2;
}
@media (max-width: 690px) {
  .register-advantages .card:nth-child(even) {
    grid-column: 1;
  }
}
@media (max-width: 1250px) {
  .register-advantages .container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
}
@media (max-width: 925px) {
  .register-advantages .card-title .link ::before {
    font-size: 40px;
    margin-left: 5px;
  }
  .register-advantages .card .icon {
    width: 64px;
    height: 64px;
  }
  .register-advantages .card .icon img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 690px) {
  .register-advantages .container {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 35px;
  }
  .register-advantages .card-title .link {
    font-size: 25px;
  }
  .register-advantages .card-title .link ::before {
    font-size: 30px;
    margin-left: 5px;
  }
}
