.nottingham-data-centre {
  overflow-x: hidden;
}

.nottingham-data-centre .hero {
  overflow: hidden;
  padding-bottom: 0;
  background: #dceeff;
}

.nottingham-data-centre .dc-network-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
  pointer-events: none;
}

.nottingham-data-centre .hero__wrapper {
  padding-bottom: 0;
}

.nottingham-data-centre .overview {
  padding-top: 20px;
  background: var(--background);
}

.nottingham-data-centre .overview__wrapper {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .nottingham-data-centre .header__menu > .header__menu-item > .header__link {
    color: #40546b;
    font-weight: 600;
  }

  .nottingham-data-centre .header__menu > .header__menu-item:hover > .header__link,
  .nottingham-data-centre .header__menu > .header__menu-item:focus-within > .header__link {
    color: var(--dark-blue);
  }
}

.nottingham-data-centre .hero__wrapper > .row {
  --bs-gutter-x: 56px;
}

.nottingham-data-centre .dc-template-photo,
.nottingham-data-centre .dc-story__photo,
.nottingham-data-centre .dc-faq-photo {
  position: relative;
  background: #07152d;
}

.nottingham-data-centre .dc-template-photo > img {
  aspect-ratio: 1.5 / 1;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.nottingham-data-centre .hero__thumb {
  max-width: 570px;
  margin-left: auto;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(12, 56, 103, .14);
}

.nottingham-data-centre figcaption {
  padding: 10px 14px;
  color: #60728a;
  font-size: 13px;
  background: #fff;
  border: 1px solid #dbe5ed;
  border-top: 0;
}

.nottingham-data-centre .dc-story .site-generator__wrapper {
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 52px;
}

.nottingham-data-centre .dc-story--reverse .site-generator__wrapper {
  grid-template-columns: minmax(420px, 1.18fr) minmax(0, .82fr);
}

.nottingham-data-centre .dc-story__copy > p {
  margin-bottom: 26px;
  color: #536a82;
  font-size: 17px;
  line-height: 1.72;
}

.nottingham-data-centre .dc-story__copy > p + p {
  margin-top: -10px;
}

.nottingham-data-centre .dc-story__copy .hero__pricing-features {
  gap: 14px;
}

.nottingham-data-centre .dc-story__copy .hero__pricing-features img {
  width: 20px;
  margin-top: 3px;
}

.nottingham-data-centre .dc-story__photo img {
  display: block;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}

.nottingham-data-centre .dc-cooling-story .dc-story__photo img {
  height: 440px;
}

.nottingham-data-centre .dc-owned-story__photo img {
  height: 540px;
  object-position: 50% 61%;
}

.nottingham-data-centre .dc-services-template .service__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nottingham-data-centre .dc-services-template .service__card {
  margin-top: 0;
}

.nottingham-data-centre .dc-faq-photo img {
  display: block;
  aspect-ratio: .92 / 1;
  object-fit: cover;
  object-position: 53% 58%;
}

@media (max-width: 991.98px) {
  .nottingham-data-centre .hero__wrapper > .row {
    --bs-gutter-x: 24px;
  }

  .nottingham-data-centre .hero__thumb {
    max-width: none;
    margin-top: 42px !important;
  }

  .nottingham-data-centre .dc-story .site-generator__wrapper,
  .nottingham-data-centre .dc-story--reverse .site-generator__wrapper {
    grid-template-columns: 1fr;
  }

  .nottingham-data-centre .dc-services-template .service__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .nottingham-data-centre .hero__wrapper {
    padding-bottom: 0;
  }

  .nottingham-data-centre .overview {
    padding-top: 16px;
  }

  .nottingham-data-centre .dc-network-canvas {
    opacity: .58;
  }

  .nottingham-data-centre .dc-template-photo > img {
    aspect-ratio: 16 / 10;
  }

  .nottingham-data-centre .dc-story .site-generator__wrapper,
  .nottingham-data-centre .dc-services-template .service__cards {
    grid-template-columns: 1fr;
  }

  .nottingham-data-centre .dc-story__photo img {
    height: 340px;
  }

  .nottingham-data-centre .dc-cooling-story .dc-story__photo img,
  .nottingham-data-centre .dc-owned-story__photo img {
    height: 340px;
  }
}
