/*
Theme Name: Monko
Author: Monko
Author URI: https://monko.studio/
Version: 1.0.0
*/

@media (min-width: 1101px) and (max-width: 1440px) {
	footer section .container {
		flex-wrap: nowrap !important;
		gap: 80px !important;
		max-width: 100%;
	}
}

.properties h2 {
	margin-bottom: 30px;
}

.properties h2 span {
	display: block;
	margin-top: 30px;
	font-weight: 600;
    font-size: 28px;
	line-height: 144%;
    color: #27ae60;
}