/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.presse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.presse-item {
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.presse-item:hover {
    transform: translateY(-5px);
}

.presse-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	border: 1px solid #c1c1c1;
	background-color:white;
	border-radius:10px;
	padding:30px;
}

.presse-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
	font-family:Jost, sans-serif!important;
	color:black;
	font-weight:700;
	
}

.presse-item p {
    font-size: 15px;
    opacity: 0.7;
	font-family:Jost, sans-serif;
	color:black;
	font-weight:500;
}
