.content__gdpr{
    margin: 20px 0;
}

.newsletter-form h2{
    font-family: 'Playfair Display', serif !important;
    text-transform: none;
    font-size: 18px;
}

.newsletter-form h2
{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.newsletter-form h2::after {
    background-color: #ff808b;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 1px;
    
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='30')";
    filter: alpha(opacity=30);
}

.newsletter-form .gdprRequired
{
    font-size: 11px;
    line-height: 21px;
}


/* selector checkbox*/
.newsletter-form input[type="checkbox"]
{
    font-size: .95em;
    
}



.newsletter-button
{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    background-color: #ff808b  !important;
    max-width: 140px;

    font-size: 13px !important;
    
    border-radius: 0 !important;
    padding: 8px 15px;
    font-weight: 500;

}