.distress {
  padding: 80px 0px 50px 0;
  letter-spacing: 0.2em;
}
.treatment, .care {
    display: flex;
    justify-content: center;
}
.care {
    margin-top: 50px;
}

.distress h2 {
    background: #6EC14E;
    color: #fff;
    font-size: 16px;
    padding: 0.8em 2em;
    width: 230px;
}

.distress a {
    display: block;
    background: #D0EAC5;
    font-size: 16px;
    padding: 0.8em 3em;
    width:500px;
}