.autoklimatyzacja-locations-map {
	height: 500px;
}

.autoklimatyzacja-locations-list-item {
	margin-top: 40px;
}

.autoklimatyzacja-locations-list-item-address {
	text-align: center;
}

.autoklimatyzacja-locations-list-item-address-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	color: #1c244b;
}

.autoklimatyzacja-locations-list-item-address-text {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #324a6d;
}

.autoklimatyzacja-locations-map-small {
	height: 300px;
}

@media (min-width: 768px) {
	.autoklimatyzacja-locations-list-item {
		display: flex;
	}

	.autoklimatyzacja-locations-list-item-address {
		flex-shrink: 0;
		width: 224px;
		padding: 20px 20px 20px 0;
		text-align: left;
	}

	.autoklimatyzacja-locations-list-item-address-title {
		font-size: 22px;
	}

	.autoklimatyzacja-locations-list-item-address-text {
		font-size: 16px;
	}

	.autoklimatyzacja-locations-map-small {
		width: 100%;
	}
}
