@media (min-width: 992px) {
  .icons-group {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .icons-group {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .icons-group {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .icons-group-ext {
    margin-top: 40px;
  }
}

.icons-group-ext-1 {
  margin-top: 30px;
}

.icons-item {
  border-right: 1px solid #47a0cc;
  border-bottom: 1px solid #47a0cc;
}

@media (min-width: 992px) {
  .icons-item:nth-child(-n + 3) .icons-content {
    padding-top: 0;
  }
  .icons-item:nth-child(3n + 3) {
    border-right: 0;
  }
  .icons-item:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
  .icons-item:nth-last-child(-n + 3) .icons-content {
    padding-bottom: 0;
  }
}

@media (min-width: 771px) and (max-width: 992px) {
  .icons-item:nth-child(-n + 2) .icons-content {
    padding-top: 0;
  }
  .icons-item:nth-child(2n + 2) {
    border-right: 0;
  }
  .icons-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .icons-item:nth-last-child(-n + 2) .icons-content {
    padding-bottom: 0;
  }
}

@media (min-width: 577px) and (max-width: 770px) {
  .icons-item:nth-child(-n + 2) .icons-content {
    padding-top: 0;
  }
  .icons-item:nth-child(2n + 2) {
    border-right: 0;
  }
  .icons-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .icons-item:nth-last-child(-n + 2) .icons-content {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .icons-item {
    border-right: 0;
  }
  .icons-item:last-child {
    border-bottom: 0;
  }
}

.icons-item-ext {
  border-right: 1px solid #ededed;
}

@media (min-width: 992px) {
  .icons-item-ext:last-child {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .icons-item-ext {
    border-bottom: 1px solid #ededed;
  }
  .icons-item-ext:nth-child(2n + 2) {
    border-right: 0;
  }
  .icons-item-ext:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

.icons-content {
  padding: 40px 40px;
}

@media (max-width: 769px) {
  .icons-content {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .icons-content {
    padding: 20px 0;
  }
}

.icons-content .delta {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 900;
  text-shadow: 0px 0px 8px rgba(255,255,255,0.8);
}

@media (max-width: 769px) {
  .icons-content .delta {
    padding-left: 10px;
  }
}

.icons-content p {
  width: 100%;
  margin-bottom: 0;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .icons-content p {
    padding-right: 30px;
  }
}

@media (max-width: 769px) {
  .icons-content p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
  }
}

.icons-content-ext {
  padding: 20px 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .icons-content-ext {
    padding: 20px 8px;
  }
}

.icons-content-ext .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 65px;
  font-size: 4.0625rem;
}

@media (max-width: 575px) {
  .icons-content-ext .icon {
    margin-bottom: 10px;
    font-size: 48px;
    font-size: 3rem;
  }
}

.icons-content-ext .delta {
  padding-left: 0;
}

.icons-content-ext p {
  padding-right: 0;
}

.icons-icon {
  position: relative;
  color: #ffffff;
}

.icons-icon .icon {
  opacity: 0.2;
  color: #ffffff;
  font-size: 65px;
  font-size: 4.0625rem;
  -webkit-transform: rotateZ(30deg);
      -ms-transform: rotate(30deg);
          transform: rotateZ(30deg);
  display: block;
}

.icons-number {
  position: absolute;
  top: 53%;
  left: 50%;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.text-white {
  color: #ffffff;
}

.h-white h1, .h-white h2, .h-white h3, .h-white h4, .h-white h5, .h-white h6 {
  color: #ffffff;
}

.p-white p {
  color: #ffffff;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.p-big p {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 576px) {
  .p-big p {
    line-height: 28px;
    font-size: 18px;
  }
}

.container-normal {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}