.paragraph--type--banner-container{
    background-color: blue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.paragraph--type--banner-container .banner-container-content{
    max-width: 1120px;
    padding-inline: 2.5rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    flex-direction: column;
    gap: 4.2rem;
}

.paragraph--type--banner-container .banner-container-content .banner-container-content-intro,
.paragraph--type--banner-container .banner-container-content .banner-container-content-footer{
    color: white;
}

.paragraph--type--banner-container .banner-container-content .banner-container-content-intro h2{
    font-weight: 700;
    font-size: 2.2rem;
}

.paragraph--type--banner-container .banner-container-content .banner-container-content-footer a{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 1rem 2rem;
    width: auto;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(45deg, #EB0029, #f1637b) !important;
    color: #fff;
    border-radius: 30px;
}

.paragraph--type--banner-container .banner-container-content .banner-container-content-footer span{
    font-weight: 700;
    display: block;
    margin-bottom: 1.2rem;
} 

.paragraph--type--banner-container .banner-container-content .banner-container-content-footer a:hover{
    background: white !important;
    color: #EB0029;
    border-color: #EB0029;
}
.paragraph--type--banner-container .banner-container-content .banner-container-content-items > div{
    display: flex;
    gap: 3.6rem;
    flex-wrap: wrap;
}

.paragraph--type--banner-container .banner-container-content .banner-container-content-items > div > div{
    flex: 1;
}
@media(min-width:992px){
    .paragraph--type--banner-container .banner-container-content .banner-container-content-items > div > div{
        flex: 0 0 calc(50% - 1.8rem);
    }
}
