/* laptop general */

@media (min-width:1023px) and (max-width:1900px) {
	
.donation_container {
top: -12vw;
    right: -2vw;
    transform: scale(0.8);
	    width: 45% !important;
}
	
	
}