.receta__boton{
background: #da281f;
border: none;
border-radius: 5px;
color: #dfdfdf;
padding: 1rem;
transition: all .1s ease-in-out;
}
.receta__boton:hover{
cursor: pointer;
background: #9f1010;
}
.receta__contenido{
padding: 1rem;
}
.receta__descripcion{
font-size: 1.1875rem;
line-height: 1.5;
}
.receta__imagen{
height: 220px;
}
.receta__titulo{
font-size: 1.4375rem;
}
.receta{
background: #fdfdfd;
display: flex;
flex-direction: column;
margin-bottom: 5rem;
margin-right: 5rem;
width: calc(25% - 1rem);
}