.licenze-item{
	border-top: 1px solid #ddd;
	padding: 10px 0 10px 05px;
}

.licenze-item:nth-child(odd) {
	background: #f9f9f9;
}

.licenze-item-content a{
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	font-size:30px;
	color: #71A800;
}

.licenze-item-content a:hover{
	color: #3e5c00;
	text-decoration: underline;
}

/* new-gp */
.news_list {
    display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 0 auto;
/* max-width: 1200px; */
}


.card {
display: flex;
flex-direction: column;
justify-content: space-between;
background: rgba(249, 249, 249, 1);
/* border: 1px solid #e0e0e0; */
border-radius: 10px;
overflow: hidden;
/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
transition: transform 0.3s, box-shadow 0.3s;
}

/* .card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
} */

/* Изображение */
.card-image {
width: 100%;
height: 200px;
object-fit: cover;
border-bottom-right-radius:10px;
border-bottom-left-radius: 10px;
}

/* Контент карточки */
.card-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 25px 20px;
}

.card-title {
align-self: flex-start;
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 25px;
text-align: left;
}
.licenzii_title {
    margin-bottom: 40px;
}
.card-button {
padding: 10px 20px;
font-size: 14px;
color: rgba(78, 145, 60, 1);
border: 1px solid rgba(78, 145, 60, 1);
background: #fff;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
width: 100%;
}

.card-button:hover {
background-color: #4e913c;
color: #fff;
}
.card-link {
width: 100%;
text-align: center;
}