/* CSS Document */


.news_reg_title{
font-style: normal;
display:inline-block;
width:100%;
text-align: center;
font-weight: 800;
font-size: 38px;
line-height: 48px;
color: #046637;
letter-spacing: -0.011em;
}

.news_reg_subtitle{
font-style: normal;
text-align: center;
font-weight: 400;
font-size: 30px;
line-height: 40px;
letter-spacing: -0.011em;
color: #046637;
height:75px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}


.form-newsletter-control.new{
    border-radius: 5px;
    border: 1px solid var(--grey-bright, #E9E9EC);
}




