#information{
    padding: 80px 0;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
}

#services, h2{
    font-size: 1.5rem;
    padding-bottom: 30px;
    color: var(--text-color);
}

.information_container{
    width: 500px;
    max-width: calc(90%-30px);
}

.information_container .picture{
    width: 100%;
    height: 15.625rem;
    border-radius: 10px;
    max-width: calc(90%-40px);
}

#services_fy{
    list-style: none outside url(images/Faltrfisch.png);
}

#services_fy li{
    background-image: url(images/Falterfisch.png);
    background-repeat: no-repeat;
    padding-left: 65px;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--primary-text-color);
}

@media(max-width:850px){
    .information_container{
        padding: 30px;
    }
    #information{
        padding: 0;
    }
    .information_container #services{
        text-align: center;
    }
}