.top-line {
	border-top: 2px solid var(--color-green-light);
	width: 8%;
	margin: 3rem 0;
	opacity: 100;
	background-color: transparent;
}

.section-title {
	font-size: 40px;
	line-height: 1.2;
}

.section-desc {
	margin-top: 1.5rem;
	width: 75%;
	font-size: var(--16px);
	line-height: 1.5;
	mix-blend-mode: normal;
}

.city-name {
	font-size: 32px;
	line-height: 1.25;
}

.city-address {
	width: 80%;
	font-size: var(--16px);
	line-height: 1.5;
	mix-blend-mode: normal;
}

@media only screen and (max-width: 575px) {
	.top-line {
		width: 12%;
	}
	
	.section-desc {
		width: 100%;
	}
	
	.city-name {
		font-size: 40px;
		line-height: 1.2;
	}
}