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