.treatment-title {
  color: #ffffff;
  font-family: 'Bodoni Moda', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 66px;
  letter-spacing: 2.5px;
  margin-bottom: 0;
}
.treat-desc {
  color:#ffffff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  margin-left: 0;
}
.treatment-wrapper {
  background-color: #4e3d42; 
}
@media (min-width: 768px) {
  .treatment-wrapper {
    width: 67%;
  }
  .treat-desc {
  font-size: 25px;
}