// Support Template

// For Support Payment Section

@media only screen and (max-width: 768px) and (min-width: 576px) {
	.payment {
		.btn.btn-icon {
			position: relative;
			right: 1.25rem;
		}
	}
}