#details > section > ul {
	border-radius: var(--primary-radius);
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
}

#details > section > ul > li {
	padding: 5px;
}

#details {
	justify-content: space-around;
	padding: var(--inside-space);
	gap: var(--inside-space);
}

#details > section > ul > li > a:hover {
	color: yellow;
}

#footer-contact {
	max-width: 280px;
}

#footer-contact svg {
	fill: var(--green-1);
}

#details > section > ul > li > a {
	font-weight: normal;
	display: flex;
	color: white;
}

#details > img {
	width: 200px;
}

@media screen and (max-width: 960px) {
	#details > img {
		display: none;
	}
}
