.pre-footer p{
    font-size: 16px !important;
}

.pre-footer span{
    font-size: 16px !important;
}

.email-signup-desktop{
	max-width:290px;
}

.size-img-footer{
	width:200px;
	height:auto;

}

.footer-mobile {
	background: white;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color:#f2f2f2;
}
.footer-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.subscribe {
	background: #d32f2f;
	color: white;
	padding: 10px 15px;
	font-weight: bold;
	margin-right: 10px;
}
.footer-text {
	font-family: futura-pt-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	margin-left:1%;

}
.footer-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
.column {
	display: flex;
	flex-direction: column;
	margin-right: 5px;
	white-space: nowrap;
}
.column a {
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
}


.footer-seles{
	font-family: futura-pt-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(22px, 2vw, 24px);
	width:200px;
	line-height:1.2;

}

.list-unstyled .li{
	font-size: clamp(15px, 2vw, 20px);
}
