@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

h1 {
    font-family: 'Poppins', Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: #141414;
    margin-bottom: 2rem;
}

h2 {
    font-family: 'Poppins', Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #141414;
    margin-bottom: 1.5rem;
}

.page__main {
    font-family: 'Roboto', Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #737373;
    background-color: #fff;
}

.section__1 {
    background-image: url(./img/karcher-af20.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 648px;
    display: flex;
    align-items: center;
}

.section__1 img {
    margin-bottom: 1.3rem;
}

.section__1 span {
    display: block;
    font-family: 'Poppins', Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -2px;
    color: #141414;
    padding-bottom: 0.5rem;
}

.section__1 ul {
    margin-bottom: 0;
}

.section__1 li {
    font-size: 1.2rem;
    font-weight: 300;
    color: #141414;
    padding-bottom: 0.3rem;
}

.section__1 li:last-child {
    padding-bottom: 0;
}

.content {
    display: flex;
    align-items: center;
}

.section__2 {
    padding: 4rem 0;
}

.section__4 {
    padding: 4rem 0;
}

.section__4 p {
    padding-right: 10%;
}

.section__5 {
    text-align: center;
}

.section__5 p {
    padding: 0 15%;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .page__main img {
        padding-bottom: 2rem;
    }

    .section__1 {
        background-image: url(./img/karcher-af20-mob.jpg);
    }

    .section__1 span {
        color: #fff;
    }

    .section__1 h1 {
        color: #fff;
        font-size: 3rem;
    }

    .section__1 li {
        color: #fff;
    }

    .section__2 {
        padding: 4rem 0;
    }

    .section__4 {
        padding: 4rem 0;
    }

    .section__5 {
        text-align: left;
    }

    .section__5 p {
        padding: 0;
    }
}