#cover{
	overflow: visible;
}

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

#lefttext{
	text-align: left;
}

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

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

#cards .container {
	margin-top: 1rem;
	justify-content: center;
}

#cards .container .card.third{
	width: calc(0.25 * 1200px - 4rem);
}

#cards .container .card.third .icon{
	width: 5rem;
	height: 5rem;
}

#formreplace .icon{
	width: 12.5rem;
	height: auto;
	margin-top: -1rem;
}
