
.grid-of-projects-gblock .projects {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 60px 50px;
}

@media (max-width: 1200px) {
	.grid-of-projects-gblock .projects {
		gap: 40px;
	}
}

.grid-of-projects-gblock .project {
	width: calc(50% - 25px);
	cursor: pointer;
}

@media (max-width: 1200px) {
	.grid-of-projects-gblock .project {
		width: 100%;
	}
}

.grid-of-projects-gblock .project .project-image {
	height: 370px;
	background-size: cover;
}

.grid-of-projects-gblock .project .title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

@media (max-width: 1200px) {
	.grid-of-projects-gblock .project .title-container {
		flex-direction: column-reverse;
	}
}

.grid-of-projects-gblock .project .project-title {
	font-size: 26px;
	line-height: 33px;
	color: #424242;
	font-weight: 300;
}

@media (max-width: 1200px) {
	.grid-of-projects-gblock .project .project-title {
		margin-top: 10px;
		text-align: left;
		display: block;
		width: 100%;
	}
}

.grid-of-projects-gblock .project .countries {
	font-size: 13px;
	line-height: 13px;
	text-align: right;
	letter-spacing: .8px;
	color: rgba(66, 66, 66, .75);
	font-weight: 300;
}

@media (max-width: 1200px) {
	.grid-of-projects-gblock .project .countries {
		text-align: left;
		display: block;
		width: 100%;
	}
}

.grid-of-projects-gblock .project .caption {
	margin-top: 15px;
	font-size: 15px;
	line-height: 176%;
	color: #5e5e5e;
	font-weight: 300;
}

.grid-of-projects-gblock .project .project-footer {
	margin-top: 20px;
}
