.block-press {
    padding: 5.563rem 0;
    position: relative;
}
.block-press .link {
    font-size: var(--size-btn);
    letter-spacing: 0.8px;
    text-decoration: underline;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    display: flex;
    color: #4D2E35;
}
.block-press .link svg {
    margin-right: 0.5rem;
    margin-bottom: 0.75rem;
    width: 20px;
}
.block-press .container {
	padding: 0 var(--size-padding);
	max-width: 100%;
}

.block-press .publications {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 0px 0px;
	grid-template-areas: ". . ." ". . ." ". . .";
	border-right: 1px solid #EDE9E3;
	border-bottom: 1px solid #EDE9E3;
}

.block-press .publication {
    border: 1px solid #EDE9E3;
    cursor: pointer;
	border-bottom: 0px;
	border-right: 0px;
}



.block-press .publication a.publication_link {
    display: block;
    padding: 2rem 3rem;
    color: unset;
    width: 100%;
	height: 100%;
	transition: all 0.2s ease-in;
}
.block-press .publication a.publication_link:focus {
    outline: none;
}
.block-press .publication a.publication_link:hover {
    background-color: #DBD0C5;
    text-decoration: none;
}
.block-press .imagen, .block-press .text {
	width: 100%;
	text-align: center;
}
.block-press .imagen {
    padding-bottom: 2rem;
}
.block-press .titular {
    font-family: 'IvyMode';
	font-size: var(--size-title);
    line-height: 1.25;
    font-weight: 300;
    padding: 1rem 0;
}
.block-press .titular > * {
	text-align: left;
	margin-bottom: 0;
	color: #4E2E35;
}
.block-press .descr {
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: var(--size-text);
	font-weight: 300;
}
.block-press .descr > * {
    color: #484645;
}
@media (max-width: 1280px) {
	.block-press .imagen div {
	    height: 100%;
	}
	.block-press .descr {
	    width: 100%;
	}
}
@media (max-width: 992px) {
	.block-press {
	    padding: 0;
	}
	.block-press .publications {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "..";
	}

	.block-press .publication a.publication_link {
	    padding: 1rem 2rem;
	}
	.block-press .text, .block-press .imagen, .block-press .descr {
	    width: 100%;
	}
	.block-press .titular {
	    padding-bottom: 50px;
	}
	.block-press .titular > * {
	    width: 100%;
	}
	.block-press .imagen div {
	    background-position: top;
		min-height: 500px;
	}
	.block-press .imagen {
		padding-top: 30px;
	}
	.block-press .descr {
	    width: 100%;
	}
}
@media (max-width: 576px) {
	.block-press .titular {
	    padding-bottom: 20px;
	}
	.block-press .container {
		padding: 0;
	}

	.block-press .publications {
		grid-template-columns: 1fr ;
		grid-template-areas: ".";

	}
	.block-press .publication a.publication_link {
	    padding: 1rem 1.375rem;
	}
}