.has-background-white.box-illustration {
    border: dotted 4px #D9DEE4;
}

.has-background-black.box-illustration {
    border: dotted 4px #454D56;
}

.box-illustration {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.box-illustration img {
    padding: 0 5rem 2.5rem 5rem;
}

.box-illustration img.text {
    padding: 2.5rem 10rem 5rem 10rem;
}

.box-illustration .label {
    padding: 1rem 1rem 0 1rem
}