.profile__media{height:340px}.profile__thumbs{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:20px}.profile__thumb{width:130px;height:130px;flex:0 0 130px;border-radius:8px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.profile__thumb:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.1)}.profile__strong{position:absolute;left:10rem;font-weight:600}.profile__box{position:relative;padding:1rem;min-height:191px;border-radius:8px;background-color:#f9f9f9}.profile__banner{color:#fff;background-color:#b91c1c;padding:.5rem 1rem;border-radius:4px;text-align:center;font-size:1.2rem}.profile__wrapper{border:1px solid #b91c1c;margin-top:.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:#fff;padding:1rem}.profile__services{margin-top:20px}.profile__services ul.list_services{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none}.profile__services li{border:1px solid #e0b860;padding:8px 10px;flex:0 1 31%;margin-left:10px;color:#38393e;font-weight:700;border-radius:3px;transition:background-color .3s ease,transform .3s ease}.profile__services li:hover{background-color:#e0b860;color:#fff;transform:translateY(-2px)}.profile__services li:active,.profile__services li:focus{outline:2px solid #e0b860;background-color:#e0b860;color:#fff}.thumbnails{gap:19px}.thumbnails div{flex:0 0 47%}@media screen and (min-width:1024px){.thumbnails div{flex:0 0 16.66666667%}}