.newpage-section {
	padding: 30px 50px;
}
.newpage-section .home-subtitle {
	margin-bottom: 50px;
}
.heading-form {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #0040FF;
}
.quote-form-grid {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
} 
.wpcf7-not-valid-tip {
	max-width: max-content;
}
.quote-form-grid p {
	display: block;
}
.quote-form-grid .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.quote-form input {
	width: 100%;
}
.quote-form-block {
	margin-bottom: 70px;
}
input.formButtonSubmit {
	box-shadow: none;
	border-radius: 200px !important;
	border: 0 !important;
	padding: 15px 40px;
}
.form-checkbox label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.quote-form-bottom-block label {
    font-weight: 600;
}
.quote-form-bottom-block label input, .quote-form-bottom-block label textarea {
    margin-top: 10px;
    font-weight: 400;
}
.quote-form-bottom-block label textarea {
     padding: 20px;
}
.form-checkbox input, .form-checkbox span {
	box-shadow: none;
	font-weight: 400 !important;
	margin: 0 !important;
}
.form-checkbox input {
	height: 19px;
	width: 19px;
}
.quote-end-text {
	font-weight: 300;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 20px;
}
.quote-img-block {
	max-width: 660px;
	margin-left: auto;
}
.quote-form .wpcf7-not-valid-tip {
	font-size: 12px;
}


@media screen and (max-width: 991px) {
    .quote-form-cols {
        flex-direction: column-reverse;
    }
    .quote-img-block {
        margin: 0 0 40px;
        max-width: inherit;
        overflow: hidden;
    }
    .quote-img-block .wp-block-image {
        max-height: 500px;
        overflow: hidden;
        border-radius: 60px;
    }
    .quote-img-block .wp-block-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .newpage-section .home-subtitle {
        text-align: center;
        margin-bottom: 30px;
    }
    .quote-form-grid {
        display: flex;
        flex-direction: column;
    }
    .quote-img-block .wp-block-image {
        max-height: 310px;
    }
    .quote-img-block {
        margin: 0 0 10px;
    }
    .form-checkbox label {
        align-items: initial;
    }
}