  #actie_blok {
        display: block;
        background: #fff;
    }

    #block-aserv-stepblock-aserv-stepblock-bottom .content strong.block-title {
        display: none !important;
    }

    div#actie_blok .icon {
        padding: 10px;
    }

    @media (max-width:1500px) {
        div#actie_blok .icon {
            font-size: 80px;
        }
    }

    @media (max-width:1600px) {
        div#actie_blok .icon {
            font-size: 90px;
        }
    }

    @media (min-width:1600px) {
        div#actie_blok .icon {
            font-size: 120px;
        }
    }

    .actie_blok_wrapper {
        width: 100%;
        background: rgba(8, 126, 166, 0.9);
    }

    .actie_blok_icon span {
        display: table-cell;
        vertical-align: middle;
    }

    .actie_blok_icon {
        width: auto;
        float: left;
        display: table;
        text-align: center;
    }

    .actie_blok_arrow {
        width: 60%;
        background: #087EA6;
        position: relative;
        display: inline-block;
        z-index: 2;
        left: 0;
    }

    .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 90px 0 90px 25px;
        border-color: transparent transparent transparent #087EA6;
        line-height: 0px;
        _border-color: #000000 #000000 #000000 #087EA6;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        position: absolute;
        right: 35px;
        top: 0;
        margin-right: -35px;
        -moz-transform: scale(.9999);
        background: #208AAE;
    }

    .melding_wrapper {
        display: inline;
        position: relative;
    }

    .actie_blok_heading {
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 300;
        widows: 65%;
        display: table;
        padding: 0 10px 0 0;
    }

    .actie_blok_heading span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 1rem;
    }

    .actie_blok_melding {
        height: 100%;
        width: 40%;
        float: right;
        text-align: center;
        color: #087EA6;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
        display: table;
    }

    .actie_blok_melding .table-cell {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .actie_blok_melding span {
        padding-bottom: 10px;
        display: block;
    }

    .actie_blok_melding a {
        border-bottom: none !important;
        width: 100%;
    }

    .actie_blok_icon,
    .actie_blok_icon span,
    .actie_blok_arrow,
    .actie_blok_heading,
    .actie_blok_melding {
        height: 180px
    }

    @media (max-width: 1200px) and (min-width: 1025px) {
        .actie_blok_icon svg {
            width: 5em !important;
            height: 5em !important;
        }
    }


    @media (max-width: 1023px) {
        #core-form-content #block-aserv-stepblock-aserv-stepblock-bottom .stepblock-inner {
            display: block !important;
            width: 100% !important;
        }

        .actie_blok_wrapper {
          background: #087ea6
        }
        
        .actie_blok_arrow {
            width: 100% !important;
        }

        .arrow {
            display: none;
        }

        .actie_blok_icon {
            width: 100px;
        }

        .actie_blok_wrapper {
            display: inline-block;
            height: auto;
        }

        .melding_wrapper {
            padding:  0 20px 20px;
            display: flex;
        }

        .actie_blok_melding {
            margin: 0;
            padding: 0;
            height: auto;
            width: 100%;
        }

        .actie_blok_heading {
            padding-right: 20px;
        }

        .actie_blok_melding a button {
            width: 100%;
        }

        .actie_blok_icon,
        .actie_blok_icon span,
        .actie_blok_arrow,
        .actie_blok_heading {
            height: 120px
        }
    }


    @media (max-width: 400px) {
        .actie_blok_icon {
            width: 40%;
        }

        div#actie_blok .icon {
            font-size: 100px;
            padding: 5px;
        }

        .actie_blok_heading {
            font-size: 20px;
        }

        .actie_blok_heading span {
            padding: 0 !important;
        }
    }