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;
}

.m-marking-group__wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.m-marking-group__item {
    margin-top: 1.5rem;
    padding: 0 .75rem;
}
.m-marking-card {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 1.25rem;
}
.m-marking-card__title {
    color: #363634;
    font-family: Circe-Bold, sans-serif;
    font-size: .875rem;
    line-height: 1.3;
    margin-top: 1.25rem;
    text-align: center;
}
.m-marking-group {
    margin-top: 2.5rem;
}
.m-section {
    padding: 5rem 0;
}
.m-section-title {
    font-size: 2.875rem;
    line-height: 1;
}
.m-content-title, .m-landing-section-title, .m-section-title {
    color: #363634;
}
.m-marking-card__icon {
    fill: #63666a;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
}
@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%;
	}
	.m-marking-group__wrapper {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 1024px) {
	div#email {
		display: none;
	}
	.m-marking-group__wrapper {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 800px) {
	.m-marking-group__wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.lk {
		display: none;
	}
}
@media (max-width: 600px) {
	.m-marking-group__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
