.unsubscribe__wrap {
	align-items: var(--center) !important;
}

.modal__wrapper-one {
	left: 176px;
}

.modal__wrapper-two {
	right: 190px;
	bottom: 10px;
}

.modal__wrapper-three {
	top: 90px;
}

.modal__wrapper-four {
	bottom: 90px;
}

.modal__wrapper-five {
	left: 190px;
    bottom: 80px;
}

@media screen and (max-width: 768px) {

	.modal__title {
		font-size: 32px;
	}

}