.smf-rfoa-forelasning-fakta-rutor {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 24px 0 48px;
}

.smf-rfoa-fakta-ruta {
	background: #f4f6fb;
	padding: 24px;
	border-radius: 8px;
}

.smf-rfoa-fakta-ruta h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0d1d4f;
}

.smf-rfoa-fakta-ruta p {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.smf-rfoa-forelasning-fakta-rutor {
		grid-template-columns: 1fr;
	}
}


.smf-rfoa-forelasare-lista {
	margin: 48px 0;
}

.smf-rfoa-forelasare-lista h2 {
	margin-bottom: 24px;
}

.smf-rfoa-forelasare-kort {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	background: #f4f6fb;
	padding: 28px;
	border-radius: 8px;
	margin-bottom: 24px;
}

.smf-rfoa-forelasare-bild {
	flex: 0 0 180px;
}

.smf-rfoa-forelasare-bild img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 8px;
}

.smf-rfoa-forelasare-innehall {
	flex: 1;
}

.smf-rfoa-forelasare-innehall h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.smf-rfoa-forelasare-innehall h3 a {
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-las-mer {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.smf-rfoa-forelasare-kort {
		flex-direction: column;
	}

	.smf-rfoa-forelasare-bild,
	.smf-rfoa-forelasare-bild img {
		width: 100%;
		height: auto;
	}
}


.smf-rfoa-forelasare-bild img {
	width: 150px;
	height: 150px;
}

.smf-rfoa-forelasare-lista h2 {
	font-size: 42px;
	font-weight: 700;
	color: #0d1d4f;
	margin-bottom: 24px;
}

.smf-rfoa-term-lista {
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

.smf-rfoa-term-lista li {
	margin-bottom: 6px;
	list-style: none !important;
}

.smf-rfoa-fakta-ruta:last-child .smf-rfoa-term-lista li {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 4px 10px;
	background: #ffffff;
	border-radius: 999px;
	font-size: 0.9em;
	border: 1px solid #dddddd;
}




.fa-home {
    color: #d4aa00 !important;
}

a:hover .fa-home {
  color: #2d6475 !important;
}

.et_pb_menu .et-menu > li > a:hover {
    opacity: 1 !important;
    color: #d4aa00 !important;
}