
.subscribe-now-modal-wrapper {
	display:grid;

	.align-left {
		justify-self: left;
	}

	.align-center {
		justify-self: center;
	}

	.align-right {
		justify-self: right;
	}

	.full-width{
		grid-column: 1 / -1;
	}
}