body{
    background-color:var(--white);
    font-family:"Montserrat", san-serif;
}
#newsletters-header{
    color: var(--lightnavy1000);
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    margin: 50px auto;
    max-width: 165px;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}
#newsletters-subtitle{
    color: var(--darkpurple);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: center;      
    margin: 0 auto 50px auto;
    max-width: 249px;
}
.newsletters.container-fluid{
    max-width: 292px;
}
.newsletter{
    margin-bottom: 50px;
}
.newsletter-image{
    max-width: 268px;
}
.newsletter-label{
    color:var(--darkpurple);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    margin-top: 10px;
}
.newsletter-title{
    color:var(--lightnavy800);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    margin-top: 10px;
}
.newsletter-title-link{
    text-decoration: none;

}
.newsletter-description{
    color:var(--darkpurple);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
}
.authors{
    color:var(--lightnavy800);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    margin-bottom: 15px;
}
.author-names{
    list-style-type: none;
    padding: 0;
}
.author-name{
    color:var(--darkpurple);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: left;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px){ 
    #newsletter-header{
        max-width: 213px;
    }
}
@media only screen and (min-width: 768px){ 
    .newsletters.container-fluid.container-fluid{
        max-width: 614px;
    }
    #newsletters-header{
        font-size: 42px;
        line-height: 50.4px;
        max-width: 248px;
    }
    #newsletters-subtitle{
        font-size: 14px;
        line-height: 17.07px;
        max-width: 300px;
    }
}
@media only screen and (min-width: 1200px){ 
    #newsletters-header{
        font-size: 48px;
        line-height: 57.6px;
        max-width: 284px;
    }
    #newsletters-subtitle{
        font-size: 16px;
        line-height: 19.5px;
        max-width: 335px;
    }
    .newsletter-image{
        max-width: 586px;
    }
}
@media only screen and (min-width: 1400px){
    .newsletters.container-fluid.container-fluid{
        max-width: 1236px;
    }
    #newsletters-header{
        font-size: 60px;
        line-height: 72px;
        max-width: 322px;
    }
    #newsletters-subtitle{
        font-size: 20px;
        line-height: 24.38px;
        max-width: 414px;
    }
    .newsletter-description{
        font-size: 16px;
        line-height: 19.5px;
    }
}

@media only screen and (min-width: 1920px){
    #newsletters-subtitle{
        font-size: 20px;
        line-height: 24.38px;
        max-width: 650px;
    }
}