.insucom-protection-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .insucom-protection-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper {
    padding: 20px 0;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-title {
  margin-bottom: 60px;
  font-size: 40px;
  /*line-height: 55px;*/
  line-height: 40px;
  font-weight: 700;
  color: var(--color-second);
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content {
    gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item {
  padding: 40px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item {
    padding: 20px 30px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 90px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img {
  width: 62px;
  height: 62px;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img {
    width: 40px;
    height: 40px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-head .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .counter {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .counter {
    margin-bottom: 10px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-title {
  color: var(--color-second);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-title {
    margin-bottom: 10px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .item-desc {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-height: 72px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .circle-shape {
  position: absolute;
  bottom: 237px;
  left: calc(50% - 185px);
  background-color: #fbfbed;
  transition: all 0.5s ease-in-out;
  border-radius: 100%;
  width: 372px;
  height: 372px;
}
@media (max-width: 767px) {
  .insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item .circle-shape {
    bottom: 165px;
  }
}
.insucom-protection-block .progress-step .progress-step-wrapper .main-confident .main-content .item:hover .circle-shape {
  width: 100%;
  height: 100%;
  transform: translateX(-10px);
}
