﻿.custom-card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.card-square-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    background: #ddd;
}

.card-square-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-card .card-body {
    background: #f5f5f5;
    padding: 2rem 1.5rem 2.5rem;
}

.custom-card .card-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.custom-card .card-subtitle,
.custom-card .card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #111;
}

.card-link-cta {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 700;
    color: #ff2a23;
    text-decoration: none;
    font-size: 1.25rem;
}

    .card-link-cta:hover {
        text-decoration: underline;
    }
