﻿.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.component__image-gallery-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 10rem 0;
  position: relative;
  padding: 1rem 0 !important;
  max-width: 1920px;
  margin: 0 auto;
}
.component__image-gallery-content__colour-block {
  background-color: #fff;
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 0;
}
.component__image-gallery-content__copy {
  position: relative;
}
.component__image-gallery-content__copy h5 {
  color: #000;
  font-family: "proxima-nova", Arial, Tahoma, sans-serif;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .component__image-gallery-content__copy h5 {
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.component__image-gallery-content__copy h2 {
  color: #000;
  text-align: left;
  margin-bottom: 3rem;
  max-width: 90%;
}
@media (max-width: 991.98px) {
  .component__image-gallery-content__copy h2 {
    max-width: unset;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.component__image-gallery-content__copy ul li {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  color: #000;
  text-align: left;
}
.component__image-gallery-content__content {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  color: #fff;
  flex-direction: column;
  min-height: 840px;
  margin-right: 8.333%;
}
@media (max-width: 1199.98px) {
  .component__image-gallery-content__content {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 5rem;
    margin-top: 5rem;
    min-height: unset;
  }
}
@media (max-width: 991.98px) {
  .component__image-gallery-content__content {
    min-height: unset;
    background-color: #fff;
    margin: 0;
    padding: 6rem 3rem 1rem;
    /*align-items: center;*/
  }
}
.component__image-gallery-content__content p {
  font-family: "proxima-nova", Arial, Tahoma, sans-serif;
  color: #000;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .component__image-gallery-content__content p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199.98px) {
  .component__image-gallery-content__content p {
    font-size: 14px;
  }
}
.component__image-gallery-content__content p:first-of-type {
  font-size: calc(1.335rem + 1.02vw);
}
@media (min-width: 1200px) {
  .component__image-gallery-content__content p:first-of-type {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199.98px) {
  .component__image-gallery-content__content p:first-of-type {
    font-size: 16px;
  }
}
.component__image-gallery-content__links {
  margin: 2rem 0;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .component__image-gallery-content__links {
    justify-content: center;
  }
}
.component__image-gallery-content__links a {
  margin-right: 2rem;
}
.component__image-gallery-content__gallery {
  z-index: 1;
  right: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .component__image-gallery-content__gallery {
    margin-top: 0.5rem;
  }
}
.component__image-gallery-content .carousel-indicators {
  right: 0;
  left: auto;
  flex-direction: column;
  top: 0;
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (max-width: 991.98px) {
  .component__image-gallery-content .carousel .carousel-indicators {
    flex-direction: row;
    bottom: 2rem;
    width: calc(100% - 10rem);
  }
}
@media (max-width: 991.98px) {
  .component__image-gallery-content {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .component__image-gallery-content a.link-box {
    margin-bottom: 2rem;
  }
}
.component__image-gallery-content .mobile-img {
  margin-bottom: 4rem;
}

.component__image-gallery-content.reverse .component__image-gallery-content__colour-block {
  right: 0;
}
.component__image-gallery-content.reverse .component__image-gallery-content__content {
  margin-left: 8.333%;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .component__image-gallery-content.reverse .component__image-gallery-content__content {
    margin-left: 0;
  }
}
