.layout__region.layout__region--bottom {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.paragraph--color--secondary::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,89,158);
    background: radial-gradient(circle, rgba(0,89,158,1) 45%, rgba(0,46,81,1) 100%)
}
.paragraph--color--warning::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(248,153,29);
    background: radial-gradient(circle, rgba(248,153,29,1) 45%, rgba(186,115,22,1) 100%)
}
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col .hero-bg-image {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.paragraph--type--columns-boxes .hero-bg-image {
    padding: 4vw 1em 4vw;
}