.post-content__main li {
	list-style-type: initial;
	font-size: 20px;
}

.post-content__main ul {
	padding-left: 20px;
}

.hero__illustration {
	margin-top: -150px;
}

.hero__illustration svg {
	width: 80%;
	margin: 0 auto;
}

.hero__title {
	font-size: 3.25em;
}

.product-feature__customer {
	margin-bottom: 20px;
}

.cta {
	overflow: hidden;
}

.teamtitle {
	text-align: center;
	font-size: 25px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
	display: block;
}

.exet .team-member {
	width: 28%;
}

.product-hero__illustration video {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1200px) {
	.hero__illustration {
		margin-top: 0;
		height: auto;
	}
}

@media only screen and (max-width:1023px) {
	.post-content__main li {
		font-size: 18px;
	}
}

@media only screen and (max-width:768px) {
	.hero__content {
		max-width: 100%;
	}

	.hero__illustration svg {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.hero__title {
		font-size: 28px;
	}
}

@media screen and (max-width: 549px) {
	.exet .team-member {
		width: 100%;
	}
}

.team-member__image {
	max-width: 127px !important;
	border-radius: 250px !important;
}

form.wpcf7-form {
	max-width: 90%;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	display: grid;
}

form.wpcf7-form p {
	margin: 0px;
}

form.wpcf7-form label {
	font-size: 18px;
	font-weight: 400;
	color: black;
	line-height: 20px;
	margin: 0 0 10px;
	display: block;
}

form.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

form.wpcf7-form .wpcf7-form-control-wrap input {
	width: 100%;
	padding: 10px;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-submit {
	background: black color:white;
	width: 150px;
	height: 35px;
	padding: 0px;
	text-align: center;
	line-height: 35px;
	font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 0px;
	color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 0px;
	color: #46b450;
}