summary {
	outline: none !important;
	font-weight: bold;
}

summary:hover {
	cursor: pointer;
}

.row {
	margin: 0 10vw;
}

[class^="col-"] {
	margin-top: 32px;
	border: 8px solid transparent;
}

h2 {
	font-size: 36px;
}

ul {
	list-style: none;
	padding: 0;
}

.focus-paragraph,
li {
	line-height: 26px;
}

img {
	width: 100%;
	height: 300px;
	border-radius: 4px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	[class^="col-"] {
		padding: 0;
		border: none;
	}

	.row {
		margin: 0;
	}

	.focus-title {
		margin: 30px 16px;
	}

	.focus-paragraph {
		margin: 0 16px;
	}
	details.focus-paragraph {
		margin-top: 24px;
	}

	.sal-item-wrapper {
		padding: 0;
	}

	.sal-item-wrapper > img {
		border-radius: 0;
	}

	details {
		margin: 16px;
	}
}
