.ccm-page #main .card.image-text-template {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.card.image-text-template .image-warp {
    aspect-ratio: 3 / 2;
    padding: 1rem;
    background: var(--bs-light);;
    display: flex;
    align-items: center;
    justify-content: center;
}

