.mw-reserva{
    grid-column: span 2;
    grid-row: span 2;
    font-family: "NunitoSans-Black";
    border-bottom: 2px solid #ccc;
}
.mw-reserva a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mw-reserva a figure {
    width: 100%;
    height: 230px;
}
.mw-reserva a figure img{
    max-width: 277px !important;
    height: 230px !important;
    border-radius: 20px;
    max-height: 230px;
    object-fit: cover;
}
.mw-reserva .reserva-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mw-reserva a .reserva-text h2{
    color: #4A4A4A;
    font-size: 22px;
    line-height:26px;
}
@media (max-width:1024px){
    .mw-reserva a {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 2px solid #9e9e9e66;
    }
}
@media (max-width:700px){
.mw-reserva a figure img {
    max-width: 90vw !important;
    height: 230px !important;
    border-radius: 20px;
    max-height: 230px;
    object-fit: cover;
}
}