.about-page-top-stmt { padding: 75px; border: solid 50px #fae6e6; } .img-short-paragraph { display: flex; align-items: center; p { font-size: 2em; } } .developer-img-wrapper img { max-width: 100%; height: auto; width: 30vh; border-radius: 25px; } p { margin: 0; color: #f2f2f2; padding: 2em; font-size: 1.3em; flex: 1 1 100%; } .about-container { margin-top: 50px; } h1 { color: #f2f2f2; text-align: center; margin-bottom: 30px; font-size: 5em; } .about-row { display: grid; grid-template-rows: repeat( auto-fit, minmax(300px, 1fr) ); /* Adjusts columns dynamically */ gap: 20px; } .about-column { padding: 20px; background-color: rgba(250, 230, 230, 0.8); border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .about-column p { letter-spacing: 1.2px; color: #333; }