.bottom-sheet__content{
	max-width: 33.333333% !important;
	overflow-y: hidden !important;
	height: auto !important;
}

@media screen and (max-width: 1023px) {
	.bottom-sheet__content{
		max-width: 100% !important;
	}
}

@media(max-width:665px){
	.bottom-sheet__content{
		max-width: 100% !important;
	}
}

.news-area img{
	width: 100%;
	height: auto;
}

.faq-area .item,
.faq-area .item:hover,
.faq-area .item:focus{
	box-shadow: 0 0.16rem 0.62rem rgba(0, 0, 0, .15) !important;
    background: var(--colorCardBG);
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0px 15px;
    cursor: pointer;
    align-items: center;

}

.faq-area .el-collapse{
	border:0;
}

.faq-area .el-collapse-item__header{
	background-color: transparent;
	color: #fff;
	border-bottom: 0;
	line-height: 1.2rem;
}

.faq-area .el-collapse-item__wrap{
	background-color: transparent;
	border-bottom: 0;
}

.faq-area .el-collapse-item__content{
	margin-top: 2rem;
	color: #fff;
	text-align: justify;
}
