* {
  box-sizing: border-box;
}

.two-column-bleed {
  position: relative;
}
.two-column-bleed .container {
  position: relative;
  z-index: 2;
}
.two-column-bleed .copy {
  position: relative;
  z-index: 2;
}
.two-column-bleed .inner-padding {
  padding-left: 0;
}
.two-column-bleed .card {
  border: none;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  padding: 60px;
}
.two-column-bleed .headline-one-v2 {
  font-size: 56px;
}
.two-column-bleed figure {
  position: relative;
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 10px;
  max-width: 720px;
  margin: 30px auto 0;
}
@media screen and (min-width: 992px) {
  .two-column-bleed figure {
    position: absolute;
    top: calc(50% - 60px);
    right: 0;
    transform: translate(0, -50%);
    height: calc(100% - 120px);
    width: 50%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
  }
}
.two-column-bleed figure img {
  position: relative;
}
@media screen and (min-width: 992px) {
  .two-column-bleed figure img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    object-fit: cover;
  }
}
.two-column-bleed.reverse .inner-padding {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .two-column-bleed.reverse .inner-padding {
    padding: 60px;
    padding-right: 0;
  }
}
.two-column-bleed.reverse figure {
  position: relative;
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 10px;
  max-width: 720px;
  margin: 30px auto 0;
}
@media screen and (min-width: 992px) {
  .two-column-bleed.reverse figure {
    position: absolute;
    right: initial;
    width: 50%;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .two-column-bleed.has-card {
    padding: 60px 15px 180px;
  }
}
.two-column-bleed.has-card figure {
  position: relative;
  top: calc(50% - 60px);
  height: calc(100% - 120px);
}
@media screen and (min-width: 992px) {
  .two-column-bleed.has-card figure {
    position: absolute;
  }
}
.two-column-bleed.has-card .inner-padding {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .two-column-bleed.has-card .inner-padding {
    padding: 60px;
  }
}