.about__blocks-wrapper{display:flex;flex-direction:row;justify-content:space-between}.about__block{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100%;padding:1.25rem;margin:4rem 0 0 0;color:#242731;text-align:center}.about__block:last-child{margin-right:0}.about__block-image{max-height:5rem;height:100%;width:auto}.about__block-title{margin-top:2.5rem;font-style:normal;font-weight:600;line-height:120%;color:#242731}.about__block-description{flex-grow:1;margin:1rem 0 0 0;font-style:normal;font-weight:normal;line-height:150%;letter-spacing:.002em}.about__block-button{display:inline-block;margin-top:3rem;padding:.75rem 2rem;font-style:normal;font-weight:bold;line-height:110%;text-align:center;color:#fff;border-radius:2px}.about__block-button:hover{color:#fff}@media screen and (max-width:1024px){.about__blocks-wrapper{flex-wrap:wrap;justify-content:space-between}.about__block{width:47%}.about__block:nth-child(2n){margin-right:0}}@media screen and (max-width:575px){.about__block{margin:0 0 1.5rem 0;width:100%}}