.newsletter_ection_title h2 {
    color: #285262;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.newsletter_shortcode form p {
    width: 33%;
}

.newsletter_shortcode form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.newsletter_shortcode form p label {
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 40px;
}

.newsletter_shortcode form p input {
    width: 100%;
    height: 50px;
	border:1px solid #bfbfbf;
}

.newsletter_shortcode form p::last-child {
    width: 100% !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.donat_link:hover {
	color:#000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.donat_link {
    color: #fff;
    background: #81933C;
    font-size: 22px;
    line-height: 32px;
    display: block;
    font-weight: 300;
    letter-spacing: 3px;
    border: none;
    box-shadow: none;
    height: auto;
    padding: 9px 30px;
    width: 100%;
    margin: auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.donat_link:hover {
    background-color: #65762F;    
    color: #fff;

}

.submit-btn {
    width: 100%;
    margin-top: 25px;
}

.submit-btn p {
    width: 100% !important;
}

.newsletter_shortcode .wpcf7-spinner {
  position: absolute;
}

@media only screen and (min-width: 770px) {
    .newsletter_shortcode {
        max-height: 360px;
        overflow: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media only screen and (max-width: 769px) {
    .newsletter_shortcode {
        max-height: 500px;
        overflow: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.newsletter_shortcode::-webkit-scrollbar {
    display: none;
}

.newsletter_shortcode iframe {
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.newsletter_shortcode iframe::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 767px) {
	.newsletter_shortcode form p {
		width: 100%;
	}
	.submit-btn {
		width: auto;
	}
}