img.service_logo {
    margin-bottom: 120px;
}
div#subsections h3 a {
    font-size: 20px;
    line-height: 30px;
    display: block;
}
div#static-fos {
    margin-top: 50px;
}
.lk {
    color: white;
    background: var(--lilac);
    padding: 10px 25px;
    display: flex;
    text-align: center;
}
.lk a{
    color: white;
}
@media (max-width: 1280px) {
	.lk {
		padding: 5px 15px;
		font-size: 14px;
	}
	header#header .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4.col-xxl-2.text-center.text-md-start.mb-3.mb-md-0.logocontainer {
		width: 20%;
	}
	header#header .col-12.col-sm-12.col-md-8.col-lg-8.col-xl-8.col-xxl-8 {
		width: 80%;
	}
}
@media (max-width: 1024px) {
	div#email {
		display: none;
	}
}
@media (max-width: 767px) {
	.lk {
		display: none;
	}
}