.artist-information{display:flex;justify-content:space-between;padding:0;column-gap:40px}.artist-information h1{padding-bottom:0}.text-info{width:66%}.image{min-width:400px;margin-top:50px;width:33%;text-align:center}.artist-detail .image img{object-fit:cover;width:400px;height:400px;border-radius:50%}.properties{display:grid;grid-template-columns:1fr 2fr;row-gap:22px;column-gap:15px;color:#686c8f;margin:40px 0}.properties>div{min-width:140px}.properties>div:nth-child(2n){color:#343446;font-weight:700}.description{margin:40px 0;white-space:pre-line}@media only screen and (max-width:1024px){.artist-information{justify-content:unset;column-gap:0;row-gap:20px;flex-direction:column-reverse;flex-wrap:nowrap;align-items:center}.description,.image,.text-info{width:100%}.image{margin-top:20px;min-width:auto}}@media only screen and (max-width:640px){.properties{grid-template-columns:150px 1fr}.properties>div{min-width:170px}.artist-information{row-gap:10px}.artist-detail .image img{width:300px;height:300px}.description{margin-bottom:0}}