.product-card__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.modal-form__form h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}

.modal-form__form {
	padding: 40px;
	min-width: 400px;
	max-width: 90vw;
}

.modal-form__label input {
    padding: 14px 20px;
}

.modal-form__label span {
	color: #828282;
}

.success {
	margin-top: 20px;
	color: green;
	font-weight: 500;
}