.mail-backup .support-lottie__text .box-header p {
  opacity: 0.9;
}

.mail-backup .backup-box-list p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #435768;
  opacity: 0.9;
  margin-bottom: 32px;
}

.mail-backup .support-lottie__text .box-list .list-item__icon {
  border-radius: 50px;
  background: #9EE9BD;
  height: 24px;
  width: 24px;
}

.mail-backup .support-lottie__text .box-list .list-item__text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #3B4348;
}

@media screen and (max-width: 600px) {
  .mail-backup.support-safety {
      margin: 50px 0 50px;
  }
}

@media screen and (max-width: 992px) {
  .mail-backup .support-lottie {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .mail-backup .box-header h3 {
    width: 560px;
    font-weight: 800;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #3B4348;
  }

  .mail-backup .support-lottie__animation img {
    max-width: none;
  }
}