.fusiemelding {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}
.fusiemelding .img_wrapper {
    width: 150px;
    margin: 40px auto;
}
.fusiemelding .img_wrapper img {
    width: 100%;
}

.fusiemelding h1 {
    font-size: 36px;
    color: #00b07a;
    max-width: 600px;
    text-align: center;
    margin: 30px auto;
}
.fusiemelding p {
    max-width: 600px;
    padding: 10px;
    color: #282f6e;
    text-align: center;
    margin: auto;
    font-size: 18px;
    line-height: 36px;
}
.fusiemelding .button {
    background-color: #00b07a;
    color: #FFF;
    width: 130px;
    margin: 50px auto;
    text-align: center;
    background-image: url(/images/arrow_right.png);
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 4px 0;
    border-radius: 25px;
    transition: all .3s;
}
.fusiemelding .button:hover {
    cursor: pointer;
    background-color: #282F6E;
}
.fusiemelding a {
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .fusiemelding h1 {
        font-size: 24px;
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .fusiemelding p {
        padding: 0 30px;
        width: calc(100% - 60px);
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 400px) {
    .fusiemelding h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .fusiemelding p {
        padding: 0 10px;
    }
}