.about{padding-top:1rem}.about_container{grid-template-columns:repeat(2,2fr);column-gap:4rem}.about_img{width:350px;border-radius:1.5rem;justify-self:center;box-shadow:inset 0 0 0 9px hsla(0,0%,100%,.3);animation:profile_animation 7s ease-in-out 1s infinite}@keyframes profile_animation{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.about_info{grid-template-columns:repeat(3,180px);gap:.5rem;margin-bottom:var(--mb-2);cursor:default}.about_box{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;text-align:center;padding:1rem}.about_icon{font-size:1.5rem;color:var(--title-color);margin-bottom:var(--mb-0-5)}.about_button{font-size:.75rem;padding:1rem 1.1rem;box-shadow:.25rem .25rem #121212;transition:transform .1s,box-shadow .12s ease-in-out;border-radius:.5rem}.about_button:hover{transform:translate(.25rem,.25rem);box-shadow:.125rem .125rem #121212}.read-or-hide{color:silver;cursor:pointer}.about_title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.about_subtitle{font-size:var(--tiny-font-size)}.about_description{padding:0 2.5rem 0 0;margin-bottom:var(--mb-2-5);cursor:default}@media screen and (max-width:1024px){.about_container{grid-template-columns:1fr;row-gap:2.5rem}.about_img{width:200px}.about_box{padding:.75rem .5rem}.about_data{text-align:center}.about_info{justify-content:center}.about_description{padding:0 5rem;margin-bottom:2rem}}@media screen and (max-width:576px){.about_info{grid-template-columns:repeat(3,1fr)}.about_description{padding:0}.about_img{box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.3)}}@media screen and (max-width:350px){.about_info{grid-template-columns:repeat(1,1fr)}}