.hero1-header1 {
  padding-bottom: var(--dl-space-space-halfunit);
}
 
.hero1-max-width {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.hero1-container1 {
  height: 253px;
}
 
.hero1-column {
  gap: 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero1-content {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero1-container2 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 35%;
  justify-content: flex-start;
}
 
.hero1-image1 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  flex-grow: 1;
  object-fit: cover;
}
 
.hero1-fragment1 {
  display: contents;
}
 
.hero1-text1 {
  display: inline-block;
}
 
.hero1-fragment2 {
  display: contents;
}
 
.hero1-text2 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .hero1-container1 {
    flex-direction: column;
  }
  .hero1-container2 {
    width: 100%;
    padding-top: 56.25%;
  }
}
 
@media(max-width: 767px) {
  .hero1-heading1 {
    text-align: center;
  }
  .hero1-content1 {
    text-align: center;
  }
  .hero1-image1 {
    width: 100%;
  }
}
