.about{max-width:1280px;margin:4% auto 0;padding:20px;animation:fadeIn 1s ease-in}.about__profile{display:flex;gap:30px;padding:40px;margin:0 1%;background:linear-gradient(145deg,#ffffff,#f0f0f0);border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.12);align-items:center;transform:translateY(50px);opacity:0;animation:slideUp .8s ease-out forwards}.about__photo-wrapper{max-width:50%;max-height:500px;overflow:hidden;border-radius:16px;box-shadow:0 6px 16px rgba(0,0,0,.15);animation:zoomIn 1s ease forwards}.about__photo{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .3s ease}.about__photo:hover{transform:scale(1.05)}.about__info{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;text-align:center;animation:fadeIn 1.2s ease-in forwards}.about__name{font-size:2.8rem;font-weight:800;color:#1f2d3d;margin-bottom:20px;background:linear-gradient(90deg,#2a7ae2,#0dcaf0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about__text{font-size:1.15rem;line-height:1.8;margin-bottom:18px;color:#444}.about__text:last-child{font-style:italic;font-weight:600;color:#2a7ae2}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media only screen and (max-width:768px){.about__profile{display:block}.about__photo-wrapper{max-width:100%}}