.banner {
  align-items: center;
    display: flex;
    background-color: #ececff;
    color: #333;
    font-family: "Helvetica Neue";
    padding: 20px;
    font-size: 14px;
    justify-content: center;
}

.banner_content {
display: flex;
    max-width: 1020px;
    text-align: center;
}

.survey-desc{
 text-align: left;
 padding-left: 0px;
 }   

a.survey-link{
 
 color: #333;
 text-decoration: underline;

} 

/* The close button 
.closebtn {
    padding-right: 20px;
    padding-left: 20px;
    float: right;
}
*/
@media screen and (min-width: 480px) {
  .banner {
    font-size: 16px;
  }
}
 
