.dp-wave {
    position: relative;
    margin-top: -1rem;
    line-height: 0;
    overflow: hidden;
}

.dp-wave svg {
    display: block;
    width: 100%;
    height: 180px;
    vertical-align: bottom;
}

.dp-wave-fill {
    fill: #252b38;
    stroke: #ff8612;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    paint-order: stroke fill;
}

.dp-dark {
    background: #252b38;
    padding: 3rem 0 6rem;
    color: #fff;
}

.dp-bottom-icon {
    width: 56px;
    height: 56px;
}

.dp-text-limit {
    max-width: 320px;
}

.dp-benefit-text-limit {
    max-width: 250px;
}

.dp-benefit-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
    .dp-benefit-divider {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .dp-wave svg {
        height: 120px;
    }

    .dp-bottom-icon {
        width: 48px;
        height: 48px;
    }

    .dp-text-limit,
    .dp-benefit-text-limit {
        max-width: none;
    }
}
