.info-modal .cancel-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

.info-modal .button--cancel {
	z-index: 3;
}

.info-modal .button-fix:hover, .info-modal .button-fix:active, .info-modal .button-fix:focus  {
	background-color: transparent !important;
	border-color: transparent !important;
}

.info-modal .purple-box {
	background-color: #8A37E9;
	position: relative;
	height: 168px;
}

.info-modal .feedback-title {
	font-size: 30px;
	font-weight: 600;
	margin: 40px 133px 0 0;
}

@media ( max-width : 530px) {
	.prompt .button {
		width: unset;
	}
	.info-modal .feedback-title {
		font-size: 19px;
		font-weight: 600;
		margin: 40px 133px 0 0;
	}
}