.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.alternating-content {
  margin-bottom: 5rem;
  position: relative;
}
.alternating-content.pattern-left {
  background-image: url("../../../assets/images/bg-pattern-left.svg");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .alternating-content.pattern-left {
    background-image: none;
  }
}
.alternating-content.pattern-right {
  background-image: url("../../../assets/images/bg-pattern-right.svg");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .alternating-content.pattern-right {
    background-image: none;
  }
}
.alternating-content .alt-content-wrap h2 {
  margin-bottom: 1rem;
  line-height: 1;
}
.alternating-content .alt-content-wrap p {
  margin-bottom: 1rem;
}
.alternating-content .alternating-content-image .stat-square {
  position: absolute;
  color: #fff;
  background-color: #757575;
  height: 280px;
  width: 280px;
  right: 130px;
  top: 70px;
  align-content: center;
  line-height: 49px;
}
.alternating-content .alternating-content-image .stat-square .bold-stat {
  font-size: 64px;
  font-weight: 800;
  font-family: "metropolisextra_bold", sans-serif;
  line-height: 49px;
}
.alternating-content .alternating-content-image .stat-square .normal-stat {
  font-family: "metropolislight", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 49px;
}
@media screen and (min-width: 762px) and (max-width: 991px) {
  .alternating-content .alternating-content-image .stat-square {
    right: 170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .alternating-content .alternating-content-image .stat-square {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .alternating-content .alternating-content-image .stat-square {
    height: 200px;
    width: 200px;
    bottom: 0;
    top: auto;
  }
  .alternating-content .alternating-content-image .stat-square .normal-stat {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .alternating-content .alternating-content-image .stat-square {
    height: 200px;
    width: 200px;
    bottom: 0;
    top: 150px;
    right: 10px;
  }
  .alternating-content .alternating-content-image .stat-square .normal-stat {
    font-size: 30px;
    line-height: 32px;
  }
}
.alternating-content .contact-box {
  background-color: #fff;
  border: 2px solid #011659;
}
.alternating-content .contact-box .contact-info {
  background-color: #011659;
  color: #fff;
  text-transform: uppercase;
}
.alternating-content .contact-box .contacts .phone {
  color: #757575;
  text-decoration: none;
  position: relative;
}
.alternating-content .contact-box .contacts .phone::before {
  position: absolute;
  content: url("../../../assets/images/svg-icons/phone-icon.svg");
  left: 0;
  top: 3px;
}
.alternating-content .contact-box .contacts .email {
  color: #011659;
  text-decoration: none;
  position: relative;
}
.alternating-content .contact-box .contacts .email::before {
  position: absolute;
  content: url("../../../assets/images/svg-icons/email-icon.svg");
  left: 0;
  top: 3px;
}
