.treatment-con{max-width:932px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}
.treat-first{border:1px solid #ccc}
.treat-table{width:100%}
.treat-row{display:flex;align-items:stretch}
.treat-row:last-child{border-bottom:0}
.treat-p{margin-bottom:0}
.treat-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20%;padding:10px;text-align:center;box-sizing:border-box}
.treat-icon img.tr-icon{width:20px;height:20px;margin-bottom:10px}
.treat-icon h3{font-size:16px}
.treat-description{width:100%;padding:10px;border-left:1px solid #ccc;display:flex;align-items:center;font-family:Petco Circular CAP;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:left}
.treat-table:nth-child(odd){background-color:#fff}
.treat-table:nth-child(even){background-color:#e8fafe}
@media(max-width:932px){.treatment-con{max-width:100%;padding:0 10px}
.treat-description{font-size:14px}
.treat-main-head{padding:16px}
.treat-icon h3{font-size:14px;max-width:none;white-space:normal;text-align:center}
.treat-row{flex-direction:row}
.treat-icon{width:30%;max-width:none}
.treat-description{width:70%}
.treat-icon img.tr-icon{margin-bottom:5px}
}