.homepage-wrapper #main {
  max-width: 160em;
}

.outlet_section-billboard * {
  box-sizing: border-box;
  font-family: "din-condensed", "Open Sans", sans-serif !important;
}

.outlet_section-billboard {
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 0;
  grid-template-columns: 0 300px 1fr;
  height: 375px;
  background-color: #00596f;
  text-align: center;
  overflow: hidden;
}

.outlet_section-billboard .section-details {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  height: 100%;
  padding: 32px 16px;
  justify-self: center;
  min-width: 300px;
  z-index: 1;
}

.outlet_section-billboard .section-image {
  background-color: #00596f;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 64px);
  background-position: right;
  height: 100%;
  padding: 32px 0;
  background-image: url("/outlet-billboard-illustrations.svg?$staticlink$");
}

.outlet_section-billboard .section-image.right {
  background-position: left;
}

#main .outlet_section-billboard .section-details h2.section-title {
  margin: 0 0 16px 0;
  font-weight: 400;
}

.outlet_section-billboard .section-details .section-title {
  color: #fff;
  font-size: 64px;
  line-height: 56px;
  margin: 0 0 16px 0;
}

.outlet_section-billboard .section-details .section-description {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 16px 0;
}

.outlet_section-billboard .accent {
  color: #ffc60a;
}

.outlet_section-billboard .section-details .section-button {
  min-height: initial;
  letter-spacing: initial;
  border-width: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #cc422d;
  padding: 16px 36px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  width: initial;
  order: unset;
}

@media screen and (min-width: 600px) {
  .outlet_section-billboard {
    grid-template-columns: 1fr 300px 1fr;
    height: 400px;
  }
}

@media screen and (min-width: 905px) {
}

@media screen and (min-width: 1240px) {
  .outlet_section-billboard {
    grid-template-columns: 1fr 300px 2fr;
    height: 500px;
  }
}