/**handles:newmoon-block-about**/
.about{display:flex;flex-direction:column}.about .about__main{background:#fff;border:1px solid #e3e3e3;border-radius:10px;margin-bottom:1.25rem;display:flex;flex-direction:column;padding:1.875rem}.about .about__img{border-radius:100%;overflow:hidden;aspect-ratio:1/1;margin:0 auto 1.25rem;max-width:200px}.about .about__copy{text-align:center}.about.about--above .about__boxes{order:1}.about.about--above .about__main{order:2;margin-bottom:0;margin-top:1.25rem}@media screen and (min-width:1020px){.about .about__main{flex-direction:row;align-items:center;padding:1.875rem 3.125rem}.about .about__img{order:2;width:29%;margin-bottom:0}.about .about__copy{order:1;flex:1;margin-right:4.6875rem;text-align:left}}.about-box{background:#fff;border:1px solid #e3e3e3;border-radius:10px;padding:1.875rem;text-align:center}.about-box .about-box__icon{margin-bottom:.9375rem}.about-box .about-box__icon svg{height:38px;width:auto}.about-box .about-box__title{font-size:1.375rem;font-weight:500;margin-bottom:.625rem}.about-box .about-box__description p{font-size:1rem}