.legal-info__info-container {
	border-top: .05208vw solid rgba(0,0,0,.2);
	padding: 2.1875vw 0;
}

.legal-info__info-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.legal-info__info-text {
	color: rgba(0,0,0,.6);
	font-family: "Montserrat-Regular",sans-serif;
	font-size: 1.04167vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71875vw;
	text-transform: capitalize;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {

.legal-info__info-text {
	font-size: .9375vw;
}

}

@media only screen and (max-width: 991px) {

.legal-info__info-container {
	padding: 20px 0 40px 0;
}

.legal-info__info-wrapper {
	flex-direction: column;
}

.legal-info__info-text:first-child {
	margin-bottom: 16px;
}

}

@media only screen and (max-width: 767px) {

.legal-info__info-text {
	font-size: 12px;
	line-height: 24px;
}

.legal-info__info-text:first-child {
	margin-bottom: 0;
}

}

