main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    height: fit-content;
    padding: 0;
}

.leistungen-container {
    width: 84vw;
    height: fit-content;
    padding: 0 8vw 5vh 8vw;
}

.leistungen-container h1 {
    color: #57A7B3;

    font-size: 60px;
}

.leistungen-container h2,
h3,
p {
    color: #57A7B3;
}

.leistungen-container h2 {
    margin: 40px 0 0 0;
    font-size: 30px;
}

.leistungen-container h3{
    margin: 15px 0 0 0;
    font-size: 20px;
}

.leistungen-container p {
    line-height: 27px;
    margin: 10px 20px 20px 0px;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__progress__bar {
    height: 3px;
    background: rgb(19, 100, 104);
}