.content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	gap: 40px;
}

.address {
	display: flex;
	background-color:rgb(216, 216, 216);
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
}

.address-left {
	font-size: 1.5vmax;
	width: fit-content;
	padding-left:20px;
	padding-right:20px;
}

.address-right {
	font-size: 1.5vmax;
}