.hero-header .hero-text {
  margin-bottom: 20px;
}

.hero-header .hero-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
  margin-left: -78px;
}

.hero-title__icon {
  margin-right: 30px;
}

.section-header .border-bottom {
  border-bottom: 2px solid #e5eaf1;
}

.protections__list {
  margin: 50px 0;
  padding-left: 0;
}

.protections__item {
  padding: 50px 0;
  position: relative;
}

.protections__item.content-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.protections__item__icon-big {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  z-index: -1;
}

.protections__item__icon-big svg path {
  fill: #f9fafc;
}

.protections__item__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.protections__item__title {
  margin-bottom: 30px;
}

.protections__item__images {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}

.protections__item__image {
  max-width: 180px;
}

.protections__item__image--small {
  max-width: 140px;
}

.section-cta-email p {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

.section-cta-email a {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .protections__item__images {
    justify-content: center;
  }

  .protections__item__icon-big {
    display: none;
  }

  .protections__item__image {
    max-width: 140px;
  }

  .section-cta-email p {
    font-size: 24px;
  }

  .hero-header .hero-title {
    margin-left: 0;
  }
}

@media screen and (max-width: 651px) {
  .hero-header .hero-title {
    flex-direction: column;
    align-items: center;
  }

  .hero-header .hero-title .hero-title__icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .protections__item__image {
    max-width: 120px;
  }

  .section-cta-email {
    padding: 40px 0 !important;
  }

  .section-cta-email p {
    font-size: 18px;
  }

  .section-cta-email a {
    font-size: 20px;
    margin-top: 10px;
  }
}