
.nineteen_block {
	margin-bottom: 64px;
	flex-direction: row;
	gap: 32px;
	align-self: stretch;
	display: flex;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 20px;
	border: 1px solid var(--Light-Grey, #C5C7C2);
	background: #FFF;
}
.nineteen_block .nineteen_block_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
}
.nineteen_block .nineteen_block_left .nineteen_block_left_title {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.2px;
}
.nineteen_block .nineteen_block_left .nineteen_block_left_desc {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}
.nineteen_block .nineteen_block_right {
	position: relative;
	display: flex;
	flex: 1 0 0;
}
.nineteen_block .nineteen_block_right input[type="email"] {
	display: flex;
	height: 48px;
	padding: 12px 8px 12px 16px;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--Light-Grey, #C5C7C2);
	background: #F8F8F8;
	color: #A2A2A2;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	width: 100%;
}
.nineteen_block .nineteen_block_right input[type="submit"] {
	display: flex;
	height: 32px;
	padding: 0px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--Green-Light, #478576);
	position: absolute;
	right: 8px;
	top: 8px;
	color: #FFF;
	outline: 0;
	border: 0;
	cursor: pointer;
}
@media screen and (max-width: 990.98px) {
	.nineteen_block {
		flex-direction: column;
	}
	.nineteen_block .nineteen_block_left .nineteen_block_left_desc br {
		display: none;
	}
	.nineteen_block .nineteen_block_right {
		width: 100%;
	}
	.nineteen_block .nineteen_block_right input[type="email"] {
		width: 100%;
	}
}
a.green {
    border: 1px solid var(--Green-Light, #478576);
    background: var(--Green-Light, #478576);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-decoration: none;
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-decoration: none;
}