{# STRONG IN HEADINGS #}

.clean-base .c-content-con h1 strong,
.clean-base .c-content-con h2 strong,
.clean-base .c-content-con h3 strong,
.clean-base .c-content-con h4 strong,
.clean-base .c-content-con h5 strong,
.clean-base .c-content-con h6 strong {
  color: #247F7D;
}


.bg-image {
   position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100% !important;
    transform: translate(-50%, -50%); /* Center the image */
    object-fit: cover; 
    transition: opacity 1s ease; /* Smooth transition */
    z-index: -1;
    display: block !important;
    opacity: 0;
}

.bg-image.fadeout {
  opacity: 0 !important;
}
.bg-image.next {
    opacity: 1;
    z-index: 0 !important; /* Next image is under */
}
.bg-image.current {
    opacity: 1;
    z-index: 1 !important; /* Current image is on top */
}

/* BUTTON CONTAINER */
.hhs-button-container {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.row {
/*   align-items: flex-start; */
}

@media (min-width: 992px) {
  #hs_cos_wrapper_dnd_area-module-17 .clean-base .c-1 {
    padding-right: 147px;
    margin-top: 60px;
  }
}

#hs_cos_wrapper_dnd_area-module-17 .clean-base .c-2 {
  padding: 32px;
  border-radius: 12px;
  background-color: #D2E7E7;
}

@media (min-width: 992px) {
  #hs_cos_wrapper_dnd_area-module-17 .clean-base .c-2 {
    padding: 60px;
  }
}