.about-as{width:100%;max-width:1280px;display:flex;flex-direction:column}.about-as__title{font-size:26px;text-align:center;margin:20px 0}.about-as__masters{display:flex;gap:30px;list-style:none;padding:0;justify-content:center;margin:0}.about-as__master{display:flex;flex-direction:column;align-items:center;color:#000}.about-as__photo{width:200px;height:200px;border-radius:20px;will-change:transform;transform-origin:center center;filter:contrast(80%)}.about-as__master .about-as__photo{transition:all .5s ease}.about-as__master:hover .about-as__photo{transform:scale(1.05);filter:contrast(100%);box-shadow:0 0 5px 5px #aaa}.about-as__name{font-size:18px;padding:15px 0 0}.about-as__job,.about-as__name{font-weight:900;text-align:center;margin:0}.about-as__job{font-size:16px;color:#e42a24}.about-as__tagets{margin:20px auto;padding-left:60px}.about-as__taget{font-size:14px;margin:10px;font-weight:500}@media screen and (max-width:750px){.about-as__title{font-size:20px}.about-as__masters{gap:20px}.about-as__photo{width:150px;height:150px}.about-as__job,.about-as__name{font-size:14px}.about-as__tagets{padding-left:40px}}@media screen and (max-width:540px){.about-as__masters{width:calc(100% - 40px);margin:0 auto;flex-wrap:wrap}.about-as__photo{width:200px;height:200px}}@media screen and (max-width:480px){.about-as__title{font-size:18px}.about-as__tagets{padding-left:20px}}.photo{width:200px;height:200px;object-fit:cover;border-radius:20px}@media screen and (max-width:750px){.photo{width:150px;height:150px}}@media screen and (max-width:540px){.photo{width:200px;height:200px}}