.holidays > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #a94442b0 !important;
	z-index: 1;
    border-radius: var(--radius-lg) !important;
    padding: 10px;
}

.holidays .service-points {
	display: flex;
    flex-direction: column;
}

.holidays .service-points > div {
	width: 100%;
	margin: 10px 0;
}

.holidays .mustamae, 
.holidays .haabersti {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-left: 30px;
}

.holidays .sp-title {
	background-color: var(--cream);
	color: var(--navy);
	border-radius: var(--radius-lg);
	padding: 5px 10px;
	margin: 5px;
}

.holidays .hero__text {
	text-align: center;
}

.holiday-banner__text svg {
    height: 20px;
    margin-bottom: -2px;
}

@media (max-width: 1030px) {
	.hero {
		flex-wrap: wrap;
	}
}

@media (min-width: 1030px) {
	.holidays .service-points {
		flex-direction: row;
	    justify-content: space-evenly;
	    align-items: flex-end;
	    width: 100%;
	}

	.holidays .service-points > div {
		width: 50%;
		margin: 5px 0;
	}

}