
main .single-action-area .container p{
	font-size: 18px;
}

main .banner-area .container .single-view{
	margin: auto;
	max-width: 750px;
	text-align: center;
}
main .banner-area .container .single-view h1{
	font-size: 50px;
}
main .banner-area .container .single-view p{
	font-size: 20px;
}
main .banner-area .container .single-view .search{
	
}
.search .wrapper{
	position: relative;
	max-width: 500px;
	margin: 30px auto 0;
	background: #fff;
	border: 3px solid;
	border-radius: 10px;
	box-shadow: rgb(0 0 0/10%) 0 0 5px;
	overflow: hidden;
}
.search .wrapper .icon{
	margin-left: 20px;
	font-size: 20px;
}
.search .wrapper input{
	background: #fff;
	font-size: 18px;
	width: 100%;
	padding: 20px 15px;
	outline: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
}
.search .wrapper .action{
	margin-right: 20px;
	font-size: 20px;
}
main .banner-area .container .single-view .search .wrapper .action button{
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 5px;
}

main .help .container{
	max-width: 850px;
}
.all-topics:not(.search) .topic:not(:first-child){
	margin-top: 75px;
}
.all-topics .topic .title{
	font-size: 35px;
	font-weight: 900;
	margin: 0;
}
.all-topics .topic p{
	font-size: 18px;
	line-height: 1.6;
}
.articles{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 35px 0;
	font-size: 18px;
	line-height: 1.4;
}
.articles .link{
	margin: 10px 50px 10px 0;
}
.articles .link .dot{
	margin-right: 5px;
}
.articles .link a{
	color: #000;
}
.articles .link a:hover{
	color: #007bff;
}

/* Help page */
.hc-page{
	padding-top: 200px;
}
main .hc-page .container{
	max-width: 850px;
}
main .hc-page .container .title{
	font-size: 50px;
	font-weight: 900;
	margin: 20px 0;
}
main .hc-page .container p{
	font-size: 19px;
	line-height: 1.6;
	margin: 0 0 20px;
}

.hc-page article ul,
.hc-page article ol{
	font-size: 19px;
	line-height: 1.6;
}
.hc-page article ul{
	list-style-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgc3R5bGU9ImZpbGw6cmdiKDAsMCwwKTsiPjxwYXRoIGQ9Ik02IDEyYy0zLjMgMC02LTIuNy02LTZzMi43LTYgNi02IDYgMi43IDYgNi0yLjcgNi02IDZ6TTYgMkMzLjggMiAyIDMuOCAyIDZzMS44IDQgNCA0IDQtMS44IDQtNC0xLjgtNC00LTR6Ii8+PC9zdmc+)
}
.hc-page article ul li,
.hc-page article ol li{
	padding:10px
}
.hc-page article img{
	max-width: 100%;
	display: block;
}
.single-articles{
	margin: 40px 0;
}
.single-articles .row{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single-articles .row:not(:last-child){
	border-bottom: 1px solid #f4f4f4;
}
.single-articles .row .info .icon{
	font-size: 30px;
}
.single-articles .row .info .name{
	width: 100%;
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.4;
}
main .single-articles .row p{
	font-size: 17px;
	line-height: 1.45;
	margin: 10px 0;
	color: #626262;
}

@media screen and (max-width: 820px){
	.articles{
		grid-template-columns: 1fr;
	}
	.articles .link{
		margin: 10px 0;
	}
	main .banner-area .container .single-view h1{
		font-size: 40px;
	}
	main .banner-area .container .single-view p{
		font-size: 18px;
	}
	.hc-page{
		padding-top: 110px;
	}
	main .hc-page .container .title{
		font-size: 40px;
	}
}