.rs-map {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F2F3F5;
}
.rs-map__wrapper {
    position: relative;
	min-height: 300px;
}
.rs-map__wrapper:before {
    content: '';
	display: block;
	width: 100%;
	padding-bottom: 31.28%;
}
.rs-map__wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1199px) {
    .rs-map {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .rs-map {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .rs-map {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}