.check-card ul {
  padding-left: 0;
  margin-bottom: 0;
}
.check-card ul li {
  color: #141c45;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.check-card ul li:last-child {
  margin-bottom: 0;
}
.check-card ul li .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .check-card .card-text {
    word-break: break-all;
  }
}
@media (max-width: 1200px) {
  .check-card .card-text {
    word-break: normal;
  }
}

@media (max-width: 991px) {
  .protect-sub-row {
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .how-do-we-handle-this-pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .how-do-we-handle-this-mobile {
    display: none;
  }
}
.how-do-we-handle-this-mobile .check-card-single {
  background-color: #20386a !important;
}
.how-do-we-handle-this-mobile .card-text {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .procent-block {
    display: none;
  }
}

.custom-arrow-btn a {
  text-decoration: none;
  font-weight: bold;
  color: #203869;
  display: flex;
  align-items: center;
}
.custom-arrow-btn a .icon {
  margin-left: 0.6rem;
  display: flex;
}
.custom-arrow-btn a .icon svg {
  font-size: 20px;
}

.check-fade-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.check-fade-item.is-visible {
  opacity: 1;
  transform: none;
}