:root{
    --primary-colour: #10218b;
}

#contact{
    background-image: url('/images/for-home/contact.jpg');
}

.section-title > p {
    text-align: center;
}

/* .card-grid .splide__slide {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.card-block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 20px;
} */

@media screen and (min-width: 600px) {
    #overview .section__image--mobile {
        aspect-ratio: 2/1.5;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .product-image {
        min-height: 320px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section__image {
        height: 450px;
        object-fit: cover;
        object-position: 60%;
    }
}

@media screen and (min-width: 1200px) {
    /* .card-block {
        gap: 35px;
    } */
    #overview .section__image {
        height: 735px;
        object-fit: cover;
    }
}