.banner-container {
  display: flex;
  background-color: black;
  flex-direction: row;
  height: 200px;
}

.banner-text {
  width: 60%;
  padding: 1.0rem 0.5rem  3.5rem  7.25rem;
  text-align: left;
  color: white;
}

.banner-image {
  width: 300px;
  height: auto;
  object-fit: fill;
  object-position: 0px 50%;
  border-bottom-left-radius: 195px;
  border-top-left-radius: 175px;
  padding-bottom: 10px;
  padding-top: 0px;
  overflow: hidden;
  margin-left: auto
}

 .banner-text a { 
  text-decoration: none;
  color: white;
  font-family: 'sage-text-medium'
}
