.head__leadership {
    position: relative;
}
.img__background { 
    height: 1000px;
    background-color: #000; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block__text {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%); 
}
.block__text h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 25px;
}
.block__text {
    width: 660px;
}
.newsletter-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.newsletter-content h2 {
    margin-bottom: 20px;
}
.map {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 65px;
}
.icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-right: 15px;
} 



.newsletter__mobile {
    display: none;
}
.contact__form_mobile h2 {
    display: none;
}
.contact__form .handwritten__mobile {
    display: none;
}

@media (max-width: 1440px) {
    .img__background { 
        height: 800px;
    }
	.contact-info li {
  		font-size: 21px;
	}
}

@media (max-width: 991px) {
	.custom-file-upload label {
		width: 100%;
	}
	.custom-file-upload {
		flex-direction: column;
	}
    .img__background { 
        height: 550px;
    }
    .block__text {
        width: auto;
    }
    .block__text h2 {
        font-size: 30px;
    }
    .contact-info li {
        font-size: 18px;
        line-height: 150%;
    }
    .newsletter-text {
        display: none;
    }
    .contact__form {
        margin-top: 0px;
		width: 100%;
    }
	.newsletter-content .fade-in-right {
	  flex: 1;
	}
	.fade-in-right {
		opacity: 1;
	}
	.contact__section ul {
		margin-left: 15px;
	}
    .newsletter-section {
        padding-top: 70px;
        padding-bottom: 70px;
        order: 2;
    }
    .map {
        height: 550px;
        order: 1;
    }
    footer {
        order: 5;
    }
    .main__body {
        display: flex;
        flex-direction: column;
    }
    .newsletter__mobile {
		margin-top: 110px;
        margin-bottom: 50px;
        display: block;
    }
    .newsletter__mobile .newsletter-text {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .newsletter__mobile .newsletter-text h2 {
        color: #000;
        margin-bottom: 20px;
    }
    .newsletter__mobile .contact-info li {
        color: #000;
    }
    .contact__form_mobile h2 {
        display: block;
        color: #fff; 
        font-weight: 900;
        font-size: 35px;
    }
    .contact__form .handwritten__mobile {
        display: block;
        width: 190px;
    }


}



