section.my-treatment-areas{padding:60px 20px}section.my-treatment-areas .content{max-width:800px;margin-bottom:60px}section.my-treatment-areas .treatment-areas-list{margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;overflow:hidden}@media only screen and (max-width:768px){section.my-treatment-areas .treatment-areas-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.my-treatment-areas .treatment-areas-list .content{margin-bottom:0}}section.my-treatment-areas .treatment-areas-list>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid var(--c7);border-left:none;border-bottom:none;padding:20px;width:calc(100% / 3)}section.my-treatment-areas .treatment-areas-list>div:nth-child(3n+3){border-right:none}@media only screen and (max-width:768px){section.my-treatment-areas .treatment-areas-list>div{width:100%;border:none;margin-bottom:20px;padding:20px 0 20px 0}section.my-treatment-areas .treatment-areas-list>div:not(:empty){border-top:1px solid var(--c7)}}section.my-treatment-areas .treatment-areas-list>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-top:auto;border-radius:8px}