.section__wrapper {
	margin-bottom: 15px;
}

.block__warpper {
	width: 100%;	
	margin: 0 auto;
	max-width: 1024px;	
}

.block__banner {	
	height: 258px;
	background-image: url("../../images/faq.jpg");	
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #ddf7fe;
	padding: 30px 20px;
}

.banner__title {
	color: #49045d;
	font-weight: bold;
	margin: 0;
}

.banner__question {
	color: #49045d;
	font-size: 24px;
}

.block-wanda {
	margin-bottom: 30px;
}

.block-wanda.block-wanda-bottom {
	margin: 20px 0;
}

.block-wanda__title {
	color: #49045d;
	font-weight: bold;
	margin: 0;
}

.block-wanda__question {
	color: #49045d;
	font-size: 24px;
}

.block__main-content {
	margin-bottom: 20px;
}

.content__title {
	color: #49045d;
	margin: 0;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #adadad;
}

.question-wrapper {
	border-bottom: 1px solid #adadad;
}

.question-link:link,
.question-link:active,
.question-link:visited,
.question-link:hover {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 0;	
	display: block;
	position: relative;
	padding-right: 33px;
}

.question-link[aria-expanded=true] {
	font-weight: bold;
}

.question-link[aria-expanded=true] .glyphicon-menu-down{
	color: #adadad;
	transform: rotate(-179.9deg);
	top: 14px;
}

.question-content {
	margin-bottom: 15px;
}

.question-wrapper .glyphicon{
	position: absolute;
	right: 15px;
	top: 17px;
	color: #49045d;
}

.right-col-block {
	background-color: #e4e4e4;
	padding: 10px 20px;
	margin-bottom: 25px;
}

.right-col-block__title {
	color: #49045d;
	font-weight: 900;
	margin: 0 0 10px;
    font-size: 16px;
}

.right-col-block__paragraph {
	margin: 0 0 10px;
	font-weight: 600;
}

.embed-responsive-95 {
    padding-bottom: 95%;
}

.cookieconsent-optout-marketing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.right-col-block2 {
	text-align: center;
}

.block-wanda-mobile {
	margin-top: 25px;
	margin-bottom: 0;
	display: none;
}

@media (max-width:991px){
	.block-wanda-mobile {
		display: block;
	}
}

@media (min-width:992px){
	.block__main-content {
		padding-left: 35px;
	}
}

@media (min-width:1024px){
	.block-wanda {
		display: none;
	}
	.block-wanda.block-wanda-bottom {
		display: block;
	}	
}

@media (min-width:768px){
	.embed-responsive.embed-responsive-16by9.question-hepling-hand-video {
		width: 300px;
		height: 169px;
		padding-bottom: 0;
	}
}

@media (max-width:767px){
	.block-wanda__btn-wrapper {
		text-align: center;
	}
}

.wrapper__img-banner {
	display: none;
}

.wrapper__img-banner img {
	width: 100%;
}

@media (max-width:585px){
	.block__banner {	
		display: none;
	}
	.wrapper__img-banner {
		display: block;
	}
}

@media (max-width:1023px){
	header {
		margin-bottom: 0;
	}
	.banner__title {
		display: none;
	}

	.banner__question {
		display: none;
	}
	.banner__btn-wanda{
		display: none;
	}
	.block-wanda.block-wanda-bottom {
		display: none;
	}
}