.donate-for-test{
    font-size: 40px;
}

.title {
    font-size: 20px;
}

#main-content {
    margin-bottom: 0rem !important;
}

@media(max-width:992px) {
    .hero-content .donate-for-test {
        font-size: 30px;
        color: #222;
    }
}

@media(max-width:768px) {
    .hero-content .donate-for-test {
        font-size: 30px;
        color: #222;
    }
}

@media(max-width:576px) {
    .hero-content .donate-for-test {
        font-size: 30px;
        color: #222;
    }
}