.paragraph--type--cta{
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #EB0029, #f1637b);
    color: white;
    text-align: center;
    margin-bottom: 5rem;
}

.paragraph--type--cta > div{
    max-width: 70rem;
    margin: 0 auto;
}

.paragraph--type--cta h2{
    font-size: 2.4rem;
    font-weight: 700;
}

.paragraph--type--cta > div > a{
    margin-top: 2rem;
    border-radius: 200px;
    text-align: center;
    color: white;
    background: transparent;
    padding: 21px 25px;
    min-width: 220px;
    font-size: 1.4rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: auto;
    white-space: normal;
    font-weight: 500;
    border: 2px solid white;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.paragraph--type--cta > div > a:hover{
    background-color: white;
    color: #EB0029;
    box-shadow: none;
}