@import url('base.css');

.headline{
	text-align:center;
	padding:1px;
	background:linear-gradient(to right,#dff6ff,#bfe9ff);
}

.section{
padding:40px;
text-align:center;
}

.ribbon {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    color: white;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.ribbon-items {
    text-align: center;
}

.services{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}

li::before {
	content: "";
	margin-right: 10px;
	color: blue;
	white-space: nowrap;
}

li:not(:last-child) {
	margin-bottom: 15px;
}

.feature_card{
background:white;
padding:10px;
width:350px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}