
section.media .img-block img {
    height: auto;
}
.media .btn-wrapper {
    text-align: center;
    margin-bottom: 60px;
}
.media .btn-wrapper .btn {
    margin: 0;
}
section.media .row {
    margin: 0 -20px;
}
section.media .row .col {
    padding: 0 20px;
    width: 33.33%;
}
.media h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
}
section.title-wrapper {
    text-align: center;
    padding: 0;
}
section.title-wrapper h2.title {
    margin: 0;
    font-size: 28px;
    color: var(--blue);
}
section.logos {
    padding-bottom: 0;
}
section.logos h3, .about-reuzeit h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 15px;
}
.logos-inner {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.logos-inner img {
    max-width: 320px;
    height: auto;
    width: 100%;
}
.logos-inner .logo {
    width: 33.33%;
    padding: 0 20px;
}
section.logos h3 {
    margin-bottom: 0;
}
section.about-reuzeit .btn-wrapper {
    text-align: right;
}
section.increases-profits {
    background-color: var(--blue);
    padding: 20px 0;
    background-image: url(../img/ce-sam-bg.webp); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -30px bottom;
    text-align: center;
}
section.increases-profits * {
    color: #fff;
}
section.increases-profits .row {
    display: flex;
    align-items: center;
}
section.increases-profits .row .col {
    width: 65%;
}
section.increases-profits .row .col:last-child {
    width: 35%;
}
section.increases-profits .img-block {
    width: 30%;
}
section.increases-profits .img-block img {
    height: auto;
}
section.increases-profits .content {
    width: 70%;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
}
section.increases-profits .img-and-text {
    display: flex;
    align-items: center;
}
section.increases-profits .form .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 12px;
}
section.increases-profits .form .row .col-6 {
    width: 50%;
    padding: 0 6px;
}
section.increases-profits .form .row input {
    height: 46px;
    border-radius: 0;
    padding: 10px 17px;
    font-size: 13px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
}
section.increases-profits .form .btn {
    width: 100%;
    margin-top: 30px;
}
section.increases-profits .content span {
    font-size: 22px;
    color: #A9C38F;
}
section.increases-profits .content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    margin: 14px 0;
}
section.increases-profits .content h2 strong {
    font-weight: 600;
    display: block;
}
section.increases-profits .content p.large-text {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
span.desktop-hide {
    display: none;
}
@media only screen and (max-width: 991px) {
    section.increases-profits {
        padding: 60px 0;
        background-image: initial;
    }
    section.increases-profits .row {
        flex-wrap: wrap;
    }
    section.increases-profits .row .col {
        width: 100%;
    }
    section.increases-profits .img-and-text {
        flex-direction: column;
    }
    section.increases-profits .img-block {
        max-width: 250px;
        width: 100%;
    }
    section.increases-profits .content {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 20px 0 40px;
    }
    section.increases-profits .content h2 {
        font-size: 34px;
        line-height: 40px;
    }
    section.increases-profits .row .col:last-child {
        width: 100%;
    }
    section.increases-profits .form .btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    section.increases-profits {
        padding: 40px 0;
    }
    section.increases-profits .img-block {
        max-width: 200px;
    }
    section.increases-profits .content {
        margin: 15px 0 30px;
    }
    section.increases-profits .content span {
        font-size: 20px;
    }
    section.increases-profits .content h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 10px 0;
    }
    section.increases-profits .content p.small-text {
        margin-bottom: 3px;
    }
    section.increases-profits .content p.large-text {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
    }
    section.increases-profits .form .btn {
        margin-top: 15px;
    }
    .media .btn-wrapper {
        margin-bottom: 40px;
    }
    .media .btn-wrapper {
        margin-bottom: 40px;
    }
    section.media .row .col {
        width: 100%;
    }
    section.media .row {
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .logos-inner .logo {
        width: 100%;
    }
    .logos-inner {
        flex-wrap: wrap;
        gap: 25px;
        text-align: center;
        margin: 0;
    }
    section.logos h3 {
        text-align: center;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 479px) {
    section.increases-profits .img-block {
        max-width: 180px;
    }
    section.increases-profits .content span {
        font-size: 18px;
    }
    section.increases-profits .content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    section.increases-profits .form .row .col-6 {
        width: 100%;
    }
    section.increases-profits .content {
        margin: 15px 0 25px;
    }
    section.media .row {
        margin: 0;
    }
    section.media .row .col {
        padding: 0;
    }
    .media h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 12px;
    }
    section.title-wrapper h2.title {
        font-size: 24px;
        line-height: 32px;
    }
    .logos-inner img {
        max-width: 280px;
    }
    span.mobile-hide {
        display: none;
    }
    span.desktop-hide {
        display: block;
    }
}