
.Cushions .cushion img{
    aspect-ratio: 432/343;
}
@media (width: 768px){
    .Cushions .cushion img {
        height: 540px;
    }
}
.Cushions .cushion:last-child{
    margin-bottom: 0px !important;
}
.Cushions .cushiontitle p{
    font-family: "WhitneyBold";
}
@media (min-width: 1400px) {
    .Cushions .cushiontext {
        width: 71%;
    }
}
@media (min-width:576px){
    .Cushions .cushion:not(:first-child){
        padding-left: 0.25rem;
    }
}