.send-button{
background: #54C7C3;
width:100%;
font-weight: 600;
color:#fff;
padding: 8px 25px;
}

.center{
    margin-left: auto;
    margin-right: auto; 
     display: flex;
  justify-content: center;
  text-align:center;
}

.banners-mobile{
    display:none;
}


@media (max-width: 600px)
{
    .header-title{
        display:none;
    }
    .banners-mobile{
        display:inline-block;
    }
}
