.content-and-title .row{
  align-items: center;
}
.content-and-title h2 {
   margin-bottom: 0;
   margin-top: 20px;
}

.content-and-title h2.subtitle{
  margin:0 0 40px;
}

.content-and-title li {
   margin-top: 15px;
}

.content-and-title .spray__bg-wrap{
  position: relative;
}


.content-and-title .content, .content-and-title .title{
  padding-left: 3rem;
}

.content-and-title .spray__bg{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform-origin: right;
}

.content-and-title .spray__content{
  width:100%;
  height: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  color: var(--turquoise);
  margin-bottom: 4rem;
}

.content-and-title .spray__content h2{
  width: auto;
  width: 80%;
  line-height: 1.1;
}

.content-and-title .spray__bg-wrap{
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 3rem;
}

.content-and-title .spray__bg{
  width: 100%;
  height: auto;
  display: none;
}

.content-and-title .cta-button{
  margin-top: 3rem;
}

@media only screen and (min-width:1024px){
  .content-and-title .spray__bg{
    display: block;
  }
  .content-and-title .spray__content{
    position: absolute;
    top:0;
    left:0;
    padding:2rem 2rem 2rem 6rem;
    color: var(--darkgrey);
    justify-content: center;
    margin-bottom: 0;
  }
  .content-and-title .title{
    padding-left: 0;
  }
}

@media only screen and (min-width: 1440px){
  .content-and-title .spray__bg{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
  }
}