.about-page .about-container{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;padding-bottom:20px}.about-page .about-container .column{align-items:center;background-color:#fed;display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.about-page .about-container .column h2{font-size:2rem;margin-bottom:5px}.about-page .about-container .column .content{display:flex;flex-direction:column;height:100%;justify-content:space-between;text-align:center}.about-page .about-container .column .content .img{height:250px;overflow:hidden;width:100%}.about-page .about-container .column .content .img img{height:100%;object-fit:cover;width:100%}@media (max-width:1000px){.about-page .about-container{grid-template-columns:1fr}.about-page .about-container .column .content{align-items:center;display:flex;flex-direction:column;justify-content:center}.about-page .about-container .column .content .img{height:250px}}