.btn:before {
    content: "";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    background: url(../images/yellow-speech-bubble.png);
    height: 30px;
    width: 30px;
    bottom: -20px;
    left: 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  -webkit-transition: .2s;
transition: .2s;
}
.btn:hover:before{
  background: url(../images/red-speech-bubble.png);
  background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Testimonials */
.testimonials-column:before, .form-column .sppb-addon-wrapper:before, .workshop-column:before,
.consulting-column:before {
    left: 48%;
    bottom: -49px;
    content: "";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    height: 50px;
    width: 50px;
    background: url(../images/red-speech-bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonials-column.left:before, .form-column .sppb-addon-wrapper:before, .workshop-column.left:before {
    background: url(../images/yellow-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}
.testimonials-column.right:before, .consulting-column.right:before {
    background: url(../images/green-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}
/*.testimonials:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    height: 400px;
    width: 400px;
    background: url(../images/business-consultancy.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.workshop-column.right:before {
  	background: url(../images/green-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}

/* Client */
.client-column .addon-root-text-block:before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -60px;
    height: 60px;
    width: 60px;
    background: url(../images/white-speech-bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.client-column .addon-root-text-block {
    position: relative;
}

/* Form Contact */
.form-column .sppb-addon-wrapper:before, .consulting-column:before {
  	 left: 5%;
}

/* Consulting */
.consulting-column.left:before {
  	background: url(../images/light-blue-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}

/* Workshop */
.workshop-column:before {
  	left: 5%;
}
.workshop-column.right:before {
  	background: url(../images/purple-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}

/* Consulting */
.consulting-column.right:before {
    background: url(../images/green-speech-bubble.png);
  	background-repeat: no-repeat;
    background-size: contain;
}
 
/* Partners */
.partners:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  	right: 0;
  	height: 400px;
    width: 300px;
    background: url(../images/blue-scribble.png);
  	background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.partners:after {
    left: 0;
    height: 400px;
    width: 300px;
    background: url(../images/yellow-scribble.png);
    content: '';
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -150px;
    margin: auto 0;
}

/* Footer */
#sp-footer {
    position: relative;
    overflow: hidden;
  	z-index: 1;
}
#sp-footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-image: url(https://d2o2ws9romtdjm.cloudfront.net/images/stripes-footer-wide.png);
}
#sp-footer:before {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 25px;
    height: 100%;
    width: 100%;
    background: url(../images/diversity-and-inclusion-consultancy.png);
    background-position: right;
    background-repeat: no-repeat;
  	z-index: -1;
}