.contact-section .hero-title, .contact-section .hero-wrapper .description{
	font-family: 'Maison';
	margin: 35px 0px;
	font-size: 18px;
	line-height: 22px;
}
.contact-section .hero-subtitle{
    font-family: 'Fortescue';
}
.contact-section .contact-map-wrapper {
    width: 100%;
    max-width: 440px;
    display: inline-block;
}
.contact-section  .contact-map {
    border:0;
    width: 100%;
    height: 500px;
}
.contact-section .hero-wrapper {
    margin-bottom: 30px;
}
.content-section .footer__content--social {
    display: flex;
}
.content-section .footer__content--social a {
    font-size: 30px;
	margin: 0 !important;
    margin-right: 40px !important;
    margin-top: 15px !important;
	display: block;
    width: 35px;
}

.content-section .embed-container {
    width: 100%;
}

@media(min-width: 992px){
	.content-section .tgs-rectangle {
		max-width: 439px;
		height: 581px;
	}
}

@media screen and (max-width: 991px){
	.embed-container iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}
