body, ul, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
.resources-detail {
    padding: 31px 72px 105px;
    width: 66%;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 50px;
}
#footer {
    margin-top: 20px;
    /* border-top: 1px solid #f1f1f1; */
    /* border-bottom: 1px solid #e5e5e5; */
    line-height: 24px;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}
#resources{
padding: 0;
    padding-left: 42px;
    width: 100%;
}
.donate-btn {
    margin-top: 100px;
    height: 150px;
        width: 1235px;
    margin-bottom: 55px !important;
}
.donate-box {
    display: none;
    text-align: center;
    width: 1235px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1370px){
#resources{
padding: 0;
    padding-left: 42px;
    width: 100%!important;
}
.donate-btn {
    margin-top: 100px;
    height: 150px;
        width: 90%!important;
    margin-bottom: 55px !important;
}
.donate-box {
    display: none;
    text-align: center;
    width: 1235px!important;
    margin-bottom: 70px!important;
}

}
@media screen and (max-width:950px) {
 .resources-detail {
    margin-left: 0%;
}
 }