.treatments-collection {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.treatments-row{
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
}

.treatments-row-icon{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

.treatments-row-icon img {width: 100%;}

.treatments-row .text{
    width: calc(100% - 50px);
    padding-left: 0.5rem;
}

.treatments-row .text h4{
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 2px;
    color: #cbb88c;
    line-height: 1.5;
}

.treatments-row .text p{
    color: gray;
    margin: 0;
    font-size: 14px;
}