section.banner {
  margin-top: 30px;
  position: relative;
}

@media screen and (min-width: 960px) {
  section.banner {
    height: 456px;
    justify-content: end;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

section.banner .callout {
  width: auto;
  height: 320px;
  background-color: #768ec7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 50px;
  display: flex;
}

@media screen and (min-width: 960px) {
  section.banner .callout {
    width: 480px;
    height: 320px;
    z-index: 1;
    position: absolute;
    top: 5%;
    left: 0;
  }
}

section.banner .callout .bar {
  height: 4px;
  width: 200px;
  border: 0;
  border-bottom: 4px solid #fff;
  margin-top: 1.75rem;
}

section.banner .callout h1, section.banner .callout .h1, section.banner .callout h4, section.banner .callout .h4, section.banner .callout h2, section.banner .callout .h2 {
  color: #fff;
}

section.banner .image {
  border-radius: 15px;
  margin-top: 15px;
  overflow: hidden;
}

section.banner .image img {
  border-radius: 15px;
}	

@media screen and (min-width: 960px) {
  section.banner .image img {
    width: 880px;
    /* height: 320px; */
    display: block;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

section.banner .callout h4, section.banner .callout .h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 8px
}