﻿
.design-block.twoCards .card-image {
    width: 95%;
/*    height: 350px;*/
    object-fit: cover;
}

.design-block.twoCards .card-title {
/*    font-family: "SecondaryFont";
    font-size: 30px;
    letter-spacing: 0.75px;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*.design-block.twoCards .buttons {
    width: 194px;
    text-align:center;
    padding: 20px 20px;
    margin: 1rem;
    background: linear-gradient(135deg,#d37200 25%, #d2344d);
    border: none;
    color: black;
    background: white;
    border: .0625rem solid !important;
    border-radius: .25rem !important;
}*/

.design-block.twoCards .buttons:hover {
    background-color: black !important;
    color: #fff;
    text-decoration: none;
    border-color: #333 !important;
}

.design-block.twoCards p{
font-family:"SecondaryFont";
}


.design-block.twoCards img{

  image-rendering: auto !important;
  image-rendering: crisp-edges !important;
  image-rendering: pixelated !important;
  image-rendering: -webkit-optimize-contrast !important;
}

@media only screen and (max-width:768px)
{
.design-block.twoCards .card-image{
width:100%;
}

}
@media only screen and (max-width:425px)
{
.design-block.twoCards .card-image{
    object-fit:contain;
    padding-left:0 !important;
}
}
