/*************
* Case study 1
***/

/* Piano Lessons */
.x-content-band-piano-less-img.x-content-band{
  border-top: 3px dotted #0a9f64;
  border-bottom: 3px dotted #0a9f64;
}

/* Results Column */
@media (min-width: 768px) {
.x-content-band-results-column .col-1{
  width: 28%;
}
.x-content-band-results-column .col-2{
  width: 34%;
}
.x-content-band-results-column .col-3{
  width: 30%;
}
}
.x-content-band-results-column .x-column {
  margin-top: 2em;
}

/* Get in Touch  */
.x-content-band-get-in-touch-over.x-content-band{
  border-top: 3px dotted #8e64e3;
  margin-top: 60px;
}
.x-content-band-get-in-touch-over.x-content-band .x-btn {
  margin-left: -136px;
}
.x-content-band-get-in-touch-over.x-content-band .color-violet{
  font-weight: 700;
  margin-top: 2.3em;
  margin-bottom: 2em;
}


/*************
* Case study 2
***/

.x-content-band-subheader-text .x-container.max{
  max-width: 769px;
  font-size: 0.818em;
}

/* Return */
.x-content-band-return .x-column p strong{
  font-size: 1.36em;
  color: #24C176;
  font-weight: 600;
}
.margin-none{
  margin: 0;
}
.x-content-band-return .x-column .x-img{
  margin-bottom: 0.5em;
}


/*Get in Touch*/
.x-content-band-get-in-touch.x-content-band{
  border-top: 3px dotted #0a9f64;
  margin-top: 60px;
}
.x-content-band-get-in-touch.x-content-band .x-btn {
  margin-left: -136px;
}
.x-content-band-get-in-touch.x-content-band .color-green{
  font-weight: 700;
  margin-top: 2.3em;
  margin-bottom: 2em;
}
.color-green{
  color: #0a9f64;
}
