.bg-landing {
	background-image: url("../../images/services/chiropractic-in-madrid-bg.jpg");
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.bullet-point {
	padding-left: 0;
	line-height: 2.0;
    vertical-align: middle;
}

.bullet-point li {
    position: relative;
    padding-left: 35px;
	font-size:1rem;
}

.bullet-point li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    color: #dd9b94;
    transition: .3s ease;
}

.bullet-point li::before {
    content: "\f192";
	font-size: 1rem;
}

.btn-red {
    background: #f24646;
    color: #fff;
    border-color: #f24646;
}

.btn-red:hover {
    color: #fff;
}

.section-collage {
	padding: 0;
	overflow:hidden;
	position:relative;
}

.collage-right {
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: center;
	right: 0;
}

.collage-left {
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: center;
	left: 0;
}

.content-right {
    padding: 30px 0px 30px 30px;
}

.content-left {
    padding: 30px 30px 30px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.collage-right {
	position: relative;
	width: 100%;
	height: 400px;
	right: 0;
}
.content-right {
	padding: 30px 15px 30px 15px;
}
.content-left {
	padding: 30px 15px 30px 15px;
}
.collage-left {
	position: relative;
	width: 100%;
	height: 400px;
	left: 0;
}
}

@media only screen and (max-width: 767px) {
.collage-right {
	position: relative;
	width: 100%;
	height: 300px;
	right: 0;
}
.content-right {
	padding: 30px 15px 30px 15px;
}
.content-left {
	padding: 30px 15px 30px 15px;
}
.collage-left {
	position: relative;
	width: 100%;
	height: 300px;
	left: 0;
}
}

.blockquote {
    background: #F4F4F4;
    border-left: 3px solid #6ec7de;
    padding:15px 20px 10px 20px;
	font-style: italic;
	font-weight:600;
}