.info-blocks {
    padding-top: 18px;
    padding-bottom: 28px;
    justify-items: center;
}

.about-us .info-blocks .about-us-container {
    max-width: 1624px;
}

.about-us-container{
    max-width: 100%;
    width: 100%;
    padding-inline: 0px;
}

.info-blocks__item {
    border: 1px solid var(--main-orange);
    border-radius: 20px;
    padding-top: 12px;
    padding-bottom:12px;
    padding-right: 34px;
    padding-left: 34px;
    text-align: center;
    justify-items: center !important;
    background: #fff;
    transition: box-shadow 0.3s ease;
    height: auto;
}

.info-blocks__icon img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    object-fit: contain;
    margin-inline: auto;
}

.info-blocks__content p {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    margin-bottom: 0px;
}

.info-blocks__icon{
    margin-inline: auto;
}

@media (max-width: 768px) {
  .info-blocks__item { height: 200px; }    
}

@media (min-width: 1200px) {
    .about-us .info-blocks .slick-track  {
        grid-template-columns: repeat(4, 1fr);
    }
}

.mission-block {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.mission-block__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    max-width: 1624px;
}

@media(max-width: 1024px){
.mission-block__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1624px;
}
.mission-block__container{
    text-align: left !important;
}

.mission-block__image img {
    max-width: 100% !important;
    width: auto;
    height: auto;
}

.mission-block {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px 20px;
    margin-top: 40px;
    margin-bottom: 80px;
}
}

.mission-block__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.mission-block__text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.mission-block__image img {
    max-width: 437px;
    width: auto;
    height: auto;
}

@media (max-width: 992px) {
    .mission-block__container {
        flex-direction: column;
        text-align: center;
    }

    .mission-block__image img {
        margin-top: 20px;
    }
}

.pre-pre-footer {
    background-color: #f26522; /* Evelatus orange */
    padding: 15px 0;
    text-align: center;
}

.pre-pre-footer__container {
    display: flex;
    justify-content: center;
}

.pre-pre-footer__content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.pre-pre-footer__image img {
    height: 181px;
    width: 160px;
    display: block;
}

.pre-pre-footer__text {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .pre-pre-footer {
    padding: 21px 0 34px 0;
}
    .info-blocks__item {
        padding: 31px 10px;
    }
    .pre-pre-footer__image img {
        height: 139px;
    }

    .pre-pre-footer__text {
        font-size: 30px;
        max-width: 255px;
    }

    .pre-pre-footer__content{
        flex-direction: column;
        gap: 10px;
    }

    .about-us .info-blocks {
        padding-top: 0px;
    }
    .mission-block__container {
        padding: 0;
    }
}

.newsletter-body .wpcf7-submit {
    width: 165px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    font-family: inherit !important;
    font-size: 18px !important;
    background-color: #000;
}

.newsletter-body .wpcf7-email{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-color: black;
    width:100%;
}
@media (min-width: 768px) {
.newsletter-body .wpcf7-form{
	width: 546px!important;
}
}

@media (min-width: 768px) and (max-width: 962px){
    .newsletter-body .wpcf7-form{
        width: 400px !important;
    }
}

.newsletter-body p{
		display: flex;
}

@media(max-width: 767px){
	.newsletter-body .wpcf7-email{
		/* flex: 1 1 300px !important; */
		border-radius: 8px !important;
	}
	
	.newsletter-body .wpcf7-submit {
		/* flex: 1 1 300px !important; */
		border-radius: 8px !important;
        margin-inline: unset !important;
        width: unset !important;
	}
	
	.newsletter-body p{
		display: flex;
        flex-direction: column;
        gap: 10px;
	}
	.newsletter-body form{
        justify-content: center;
    }
		
}
/* Footer button in klaviyo form */
.newsletter-body .wpcf7-submit {
	transition: 0.3s;
	height: 54px !important;
	border:solid 1px black !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.newsletter-body .wpcf7-submit:hover {
    background: white !important;
    color: black !important;
    border-color: black !important;
}

.about-us .page-header__title{
    display: block !important;
}


.about-us .slick-slider{
    padding-bottom: 20px;
}

.newsletter-body form{
    flex-direction: column;
}
.newsletter-body form input{
    height: 54px;
}
.newsletter-body .wpcf7-form-control-wrap input:focus{
    border: solid 1px black !important;
}
.newsletter-body .wpcf7-form-control-wrap input{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media(max-width: 767px){
	.newsletter-body input.wpcf7-submit {
		border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
	}	
}
