.background {
    background-color: #ecf0f1; 
    text-align: center;
	box-shadow: 0 0 1rem 0.5rem rgba(60, 171, 162, 1) !important;
    border: none;
}

.icon {
    font-size: 50px;
}

.icon-orange {
    color: #fd780b; 
}

.icon-blue {
    color: #00dbff;
}

.titel {
    color: #007169;
    font-size: 36px;
    font-weight: bold;
}

.text {
    color: #007169; 
    font-size: 18px;
}

.highlight {
    font-weight: bold;
}