.support-hero-container {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  aspect-ratio: 16 / 9;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.support-hero-feature {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; 
  aspect-ratio: 16 / 9;
  width: 100%;
}

.support-overlay {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
  margin-top: clamp(4rem, 10vw, 16rem);
  font-size: clamp(2.25rem, 5vw + 1rem, 4.5rem);
  line-height: clamp(2.5rem, 5vw + 1.25rem, 4.75rem);
  text-align: center;
  color: var(--scs-warm-white-100);
  text-shadow: 0px 4px 4px rgba(0,0,0,0.42);
}

.sec-1-box {
  padding-top: 7.5rem;
}

.scs-headline {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.0rem;
}

.scs-body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.0rem; 
}

/********************************** 
  Section 1 - Humble Beginnings
***********************************/

.support-sec-1-text {
  margin: auto 0 auto 0;
  /* padding: 0 5rem 0 5rem; */
}

.support-sec-1-image {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 400px;
  width: 100%;
}

/********************************** 
  Section 2 - Legacy of Excellence
***********************************/

.support-sec-2-image {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 660px;
  width: 100%;
}

.support-sec-2-text {
  margin: auto 0 auto 0;
  padding-top: 5rem;
}

/********************************** 
  Section 3 - Image break
***********************************/

.support-sec-3-image {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 600px;
  width: 95%;
  padding-bottom: 5rem;
}

/********************************** 
  Section 4 - Suite of services
***********************************/

.support-sec-4 {
  padding-top: 5rem;
}

.support-sec-4-image {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 700px;
  width: 80%;
  margin: auto;
}

.support-sec-4-image-top {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 700px;
  width: 80%;
  margin: auto;
}

.support-sec-4-image-bottom {
  position: relative;
  background-image: url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 600px;
  width: 100%;
  margin: auto;
}

.support-sec-4-left {
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 70%;
  padding-bottom: 5rem;
}

.support-sec-4-right {
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 800px;
  width: 80%;
}

.scs-timeline-1 {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: 600px;
  width: 600px;
}

.scs-timeline-2 {
  position: relative;
  display: inline-block;
  background-image: url();
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: 600px;
  width: 600px;
}

.accordion-header {
  background-color: var(--scs-light-blue-050) !important;
  color: var(--scs-dark-blue-500) !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--scs-light-blue-050) !important;
  color: var(--scs-dark-blue-500) !important;
}

.accordion-body {
  margin-left: 1rem !important;
}

.accordion-button {
  color: var(--scs-dark-blue-500) !important;
}
