@charset "UTF-8";.xMasterProfile{display:flex}.xMasterProfile__header{text-align:center}.xMasterProfile__btn{max-width:300px;margin:0 auto}.xMasterProfile__description{text-align:center}.xMasterProfile__subHeader{font-size:1.2rem;font-weight:700}.xMasterService{display:flex;flex-wrap:wrap}.xMasterService__item{margin:7px}.xMasterList{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;grid-gap:15px}.xMasterList__item{--mwidth: 350px;padding-top:10px;display:grid;grid-template-columns:1fr;grid-template-rows:calc(.85 * var(--mwidth)) 1fr 46px;grid-template-areas:"photo" "text" "btn";width:var(--mwidth);transition:background-color 2s}.xMasterList__item-top{position:relative}.xMasterList__item-top:before{content:"★";position:absolute;top:0;right:5px;font-size:3rem;color:orange;text-shadow:0px 0px 5px black}.xMasterList__item:hover{background-color:#6b8e23}.xMasterList__profile{text-align:center;font-weight:700;text-decoration:underline}.xMasterList__photo{grid-area:photo;width:70%;margin:0 auto}.xMasterList__experience{font-weight:700}.xMasterList__education{text-align:left;padding-left:20px;margin-bottom:30px}.xMasterList__educationItem{list-style:square;margin-bottom:10px}.xMasterList__text{position:relative;grid-area:text;text-align:center}.xMasterList__text-name{font-size:1.5rem;font-weight:700;min-height:3em}.xMasterList__text-topMaster{position:absolute;right:10px;top:-25px;font-weight:700;color:orange;text-shadow:1px 1px 0px black}.xMasterList__btn{grid-area:btn;text-align:center}