header {
	background-image: url('../jpg/service-bg.jpg') !important;
	background-size: cover;
	background-position: top;
	background-attachment: scroll;
}

#cover{
	overflow: visible;
}

#cover img{
	border-radius: var(--radius-big);
	box-shadow: var(--shadow-light)
}

.list div {
	display: flex;
	flex-flow: row;
	flex-wrap: none;
	justify-content: flex-start;
}

.list div p {
	margin-top: 0;
}

@media screen and (max-width: 1020px), screen and (max-device-width: 1020px){

	#cover img{
		max-width: 20rem;
	}
}