/* List newsletters */
.newsletters .newsletter {
    transition: 0.4s ease;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    background-color:#FFFFFF;
    padding:1.25rem;
    clear:both;
}

.newsletters-list .newsletter {width:100%;}
.newsletters-list .newsletter .newsletter-desc {margin-top:15px;}

/* Subscribe to newsletter */
.mailing-list .list {width:100%;}
.mailing-list .list .list-desc {margin-top:15px;}
.mailing-list .list {
    transition: 0.4s ease;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    background-color:#FFFFFF;
    padding:1.25rem;
    clear:both;
}