

@media only screen and ( min-width:320px) and ( max-width:767px ){
.logo-text h2 {
    font-family: 'Playfair Display', serif;
    margin: 20px 0px;
    padding: 0px 10px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.logo-text p:before{
    margin: 0px 10px 0px 0px; padding: 0px; content: " "; width: 60px; height: 1px;
    background: #fff; display: inline-block; vertical-align: middle; display:none;
}

.logo-text p:after{
    margin: 0px 0px 0px 10px; padding: 0px; content: " "; width: 60px; height: 1px;
    background: #fff; display: inline-block; vertical-align: middle;display:none;
}
#donation-bg h5 {
    margin: 25px 0px 0px;
    padding: 0px 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
}
.subs-heading h3 {
    width: 100%;
    margin: 0px 0px 20px;
   
    height: auto;
    float: left;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 19px;
    padding-top: 18px;
}
.subs-form .sbs-bt { float:left; margin-top:30px;
}
.top-info {
    display: none !important;
}
.donation-right a {
    background: #d02d32;
    color: #fff;
    padding: 14px 40px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
   
    transition: all linear 0.5s;
    float: right;
    width: 60%;
    text-align: center;
    margin-right: 20%;
    margin-top: 20px;
}
}