.section {
    margin: 0 auto;
    max-width: 1200px;
    gap: 1rem;
    place-items: center;
    background-color: var(--background);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

img {
    object-fit: cover;
}


.testimonial-wrapper {
    @container style(--background: #000000) {
        color: #ffffff;
        img {
            border: 2px solid white;
            border-radius: 50%;
        }
    }
}