.content-section div[style*="background:white"] {
    background: white;
    padding: 2rem;
    border-radius: 20px;
}

.content-section #gallery .grid-layout div {
    background: #ccc;
    aspect-ratio: 1;
    border-radius: 15px;
}