.map-cta-area {
	background-color: #F5F5F5;
	padding: 2.8rem 0;
	margin-top: 15rem;
}
.map-cta-row {
	display: flex;
	align-items: center;
}
.map-cta-map {
	width: 82.4rem;
}
.map-cta-map iframe {
	width: 100%;
	height: 53.8rem;
	border: .1rem solid #000;
	border-radius: .8rem;
	overflow: hidden;
}
.map-cta-content {
	width: calc(100% - 82.4rem);
	padding-right: 5rem;
}
.map-cta-title {
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 4rem;
}
.map-cta-line h4 {
	font-size: 2.4rem;
	line-height: normal;
}
.map-cta-line > a {
	display: block;
	margin-top: 1.6rem;
}
.map-cta-line:not(:last-child) {
	margin-bottom: 2rem;
}
.map-cta-socials {
	margin-top: 1.6rem;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}
.map-cta-socials a {
	width: 5.5rem;
	height: 5.5rem;
	border: .2rem solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.map-cta-socials a:hover {
    background-color: #fff;
}
.map-cta-socials a.foo-social {
    overflow: hidden;
    background: transparent;
    transition: .7s;
}

.map-cta-socials a.foo-social:hover {
    background: linear-gradient(90deg, rgba(81, 186, 178, 1) 0%, rgba(163, 135, 182, 1) 72%, rgba(255, 79, 187, 1) 100%);
    border: none;
}
.map-cta-socials a.foo-social svg {
    transition: .7s;
}
.map-cta-socials a.foo-social:hover svg {
    transform: scale(1.3);
}

@media only screen and (max-width: 1050px) {
    .map-cta-area {
        margin-top: 65px;
        padding: 40px 0;
    }
    .map-cta-row {
        flex-wrap: wrap;
    }
    .map-cta-content {
        width: 100%;
        padding: 0;
    }
    .map-cta-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .map-cta-line > a {
        margin-top: 4px;
    }
    .map-cta-line:not(:last-child) {
        margin-bottom: 15px;
    }
    .map-cta-socials {
        margin-top: 10px;
        column-gap: 5px;
    }
    .map-cta-socials a {
        width: 40px;
        height: 40px;
    }
    .map-cta-map {
        width: 100%;
        margin-top: 26px;
    }
}