/* Triangle shape */
.shadow_container {
	filter: drop-shadow(-82px -34px 95px);
	width: 86%;
	height: 85px;
}
.shadoww {
	clip-path: polygon(16% 38%, 0% 100%, 100% 100%);
	height: 134px;
	filter: drop-shadow(0px -129px 0.5rem);
	opacity: 0.1;
	box-shadow: inset 0 -38px 33px -9px;
}
.location_comp h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 40.64px;
}
.location_comp p {
	font-size: 16px;
	font-weight: 400;
}
.location_comp .social_icons {
	width: 50%;
}
/* .location_comp .social_icons span {
	height: 35px;
	width: 35px;
	font-size: 22px;
	padding: 5px;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 10px;
} */

[dir="ltr"]  .location_img {
	width: 20%;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
}

.location_img {
	width: 20%;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
}
.real_maps {
	aspect-ratio: 1/.65;
	max-height: 100%;
}
.location_txt_col{
	padding: 48px 100px;
}

@media screen and (max-width: 1024px){
	.location_txt_col {
		padding: 48px 70px;
	}
}

@media only screen and (max-width:768px) {
	.location_img {
		left: 5%;
	}
	.location_txt_col {
		padding: 40px 50px;
	}
	.location_comp .social_icons {
		width: 70%;
	}
	.location_comp h2 {
		font-size: 20px;
	}
	.location_comp p {
		font-size: 14px;
	}
	.real_maps iframe {
		margin-right: -20px;
		margin-top: 10px;
	}
	.shadow_container {
		height: 28px;
	}
	.shadoww {
		height: 48px;
	}
}
