.body-wrap.single-feature_page .Datacenter__Text {
  max-width: 970px;
  margin: 3rem 0 3rem 100px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Text {
    max-width: none;
    margin: 0;
    padding: 50px 40px 20px;
    box-sizing: border-box;
  }
}

.body-wrap.single-feature_page .Datacenter__Text--two-columns {
  max-width: 470px;
  margin: 3rem 0 3rem 100px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Text--two-columns {
    max-width: none;
    margin: 0;
    padding: 50px 40px 20px;
    box-sizing: border-box;
  }
}

.body-wrap.single-feature_page .Datacenter__Text--link {
  color: #fff;
  font-weight: bold;
}

.body-wrap.single-feature_page .Datacenter__Image {
  max-width: 400px;
  width: 100%;
  margin-right: 100px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Image {
    max-width: none;
    padding-bottom: 50px;
    margin: 0;
  }
}

.body-wrap.single-feature_page .Datacenter__Image--convinience {
  margin-top: auto;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Image--convinience {
    padding-bottom: 0;
  }
}

.body-wrap.single-feature_page .Datacenter__Image--safety {
  margin-right: 0;
  margin-left: 100px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Image--safety {
    margin-left: 0;
  }
}

.body-wrap.single-feature_page .Datacenter__Section {
  /* height: 600px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section {
    display: block;
    height: auto;
  }
}

.body-wrap.single-feature_page .Datacenter__Section h2 {
  font-size: 32px;
  font-weight: 300;
  max-width: 340px;
  line-height: 1.2;
}

.body-wrap.single-feature_page .Datacenter__Section p {
  font-size: 18px;
  max-width: 640px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section p {
    max-width: none;
  }
}

.body-wrap.single-feature_page .Datacenter__Section .Datacenter__Text--two-columns p {
  font-size: 18px;
  max-width: 340px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section .Datacenter__Text--two-columns p {
    max-width: none;
  }
}

.body-wrap.single-feature_page .Datacenter__Section hr {
  border: 0;
  height: 2px;
  background: #000;
  width: 50px;
  margin-left: 0;
}

.body-wrap.single-feature_page .Datacenter__Section svg,
.body-wrap.single-feature_page .Datacenter__Section img {
  max-height: 600px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section svg,
  .body-wrap.single-feature_page .Datacenter__Section img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}

.body-wrap.single-feature_page .Datacenter__Section--intro {
  background: #38a5ef;
  background-size: auto 80vh;
}

.body-wrap.single-feature_page .Datacenter__Section--intro h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section--intro h1 {
    font-size: 40px;
  }
}

.body-wrap.single-feature_page .Datacenter__Section--intro p {
  color: #fff;
}

.body-wrap.single-feature_page .Datacenter__Section--eu svg {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.body-wrap.single-feature_page .Datacenter__Section--safety {
  background: rgba(6, 156, 239, 0.2);
}

.body-wrap.single-feature_page .Datacenter__Section--safety img {
  margin-left: -180px;
  width: initial;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section--safety img {
    margin-left: auto;
  }
}

.body-wrap.single-feature_page .Datacenter__Section--convinience svg {
  margin-bottom: -10px;
  max-height: 500px !important;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section--convinience svg {
    margin-top: 0;
    margin-bottom: 0;
    width: 50px;
  }
}

.body-wrap.single-feature_page .Datacenter__Section--improvements {
  background: #38a5ef;
}

.body-wrap.single-feature_page .Datacenter__Section--improvements svg {
  width: 50%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .body-wrap.single-feature_page .Datacenter__Section--improvements svg {
    max-width: 140px;
  }
}

.body-wrap.single-feature_page .Datacenter__Section--improvements h2,
.body-wrap.single-feature_page .Datacenter__Section--improvements p {
  color: #fff;
}

.body-wrap.single-feature_page .Datacenter__Section--improvements hr {
  background: #fff;
}
