﻿
.design-block.fourCards .card-image {
    width: 100%;
    max-width: 78vw;
    height: auto;
}

.design-block.fourCards .card-title {
    font-family: "SecondaryFont";
    padding: 0.5rem;
    font-size: 30px;
    letter-spacing: 0.75px;
}

.design-block.fourCards .buttons {
    width: 194px;
    height: 69px;
    margin: 1rem;
    background: linear-gradient(135deg,#d37200 25%, #d2344d);
    border: none;
    color: white;
}

.design-block.fourCards .buttons:hover {
    background: #d1374e;
}
