.title-b{
	background: url(../img/bg/recetas1.png) center center/cover no-repeat;
	max-width: 1440px;
	margin: auto;
}
.title_text h1{
	padding: 138px 0 136px 0;
	font-size: 9em;
	text-align: center;
	color: rgb(240, 240, 240);
	margin: 0;
}
@media (max-width: 768px){
	.title_text h1 {
		font-size: 3em;

	}
}

.all-news{
	display: grid;
	justify-items: center;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.news-item{
	text-decoration: none;
    max-width: 500px;
    min-height: 0;
    padding: 16px;
    margin-top: 24px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-item__img{
	width: 100%;
}

@media (max-width: 768px){
.news-item{
	max-width: 350px;
}
.all-news{
	min-height: 229px;
}

}

@media (max-width: 425px){
.all-news{
	grid-template-columns: 1fr;
}	

.title-b{
	min-height: 229px;
	min-height: 189px;
}
}