

.bottom-cta__image {
  display: block; 
  height: 275px !important;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .bottom-cta__image { 
    display: none; {# Hide on desktop #}
    height: 619px !important;
  }
}

.bottom-cta .cta-content__wrap {
  height: 100%; 
}

.bottom-cta  .cta-content__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--site-width);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bottom-cta__content { 
  background-color: #232B2B;
  padding: 80px 40px;
  z-index: 2; 
  color: white;
}

.bottom-cta__content h1,
.bottom-cta__content h2,
.bottom-cta__content h3,
.bottom-cta__content h4,
.bottom-cta__content .h1,
.bottom-cta__content .h2,
.bottom-cta__content .h3,
.bottom-cta__content .h4 {
  line-height: 0.95em;
}

@media (min-width: 1024px) {
  .bottom-cta .cta-content__wrap {
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  
  .bottom-cta__content {
    max-width: 1050px; 
    padding: 81px 40px;
    border: 10px solid white; 
    text-align: center; 
  }
}

.bottom-cta__content h4 {
  font-size: 80px; 
  line-height: .8; 
  margin-bottom: 35px !important; 
}

.bottom-cta__text {
  margin-bottom: 30px;
}






