.strl-title-header-wrapper {
  display: flex;
  justify-content: center; 
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  
 
  h1,
  span {
    text-align: center;
    color: white;
    display: block;
    font-family: var(--heading-font);
  }
  
  h1 {
   font-weight: bold;
    margin-bottom: 0;
  }
}

.strl-title-header-wrapper .strl-header-content-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 1rem;
  }

.strl-title-header-wrapper .strl-header-content-wrapper h1,
.strl-title-header-wrapper .strl-header-content-wrapper span {
  text-align: center;.strl-title-header-wrapper .strl-header-content-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 1rem;
  }

.strl-title-header-wrapper .strl-header-content-wrapper h1,
.strl-title-header-wrapper .strl-header-content-wrapper span {
  text-align: center;
    color: white;
    display: block;
    font-family: var(--heading-font);
}
.strl-title-header-wrapper .strl-header-content-wrapper h1 {
  font-weight: bold;
  margin-bottom: 0;
}
  
    color: white;
    display: block;
    font-family: var(--heading-font);
}

.strl-title-header-wrapper .strl-header-content-wrapper a {
  color: var(--color-white);
}

.strl-title-header-wrapper .strl-header-content-wrapper h1
    font-weight: bold !important;
    margin-bottom: 0;
}
  