section.article{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url('../../layout/images/support-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #212529;
}
	section.article h3{
		font-size: 2.4rem;
		/*font-weight: 300;*/
		text-align: center;
	}
		section.article h3 span{
			color: #e05714;
		}
	section.article p{
		margin: 0 auto;
		width: 60%;
		text-align: center;
	}
	section.article .btn-wrapper{
		padding-top: 60px;
	}
	section.article .btn{
		padding: 10px 5px;
		width: 100%;
		height: 78px;
		text-align: center;
	}
		section.article .btn small{
			display: block;
			font-size: 0.9rem;
		}
		section.article .btn .icon{
			display: inline-block;
			margin-right: 10px;
			padding-top: 5px;
			width: 28px;
			height: 42px;
			vertical-align: top;
		}
			section.article .btn .icon img{
				width: 100%;
			}
		section.article .btn .text-title{
			display: inline-block;
			height: 42px;
			font-size: 1.4rem;
			vertical-align: middle;
		}
		section.article .btn.btn-document{
			padding-top: 18px;
		}
			section.article .btn.btn-document .text-title{
				line-height: 42px;
			}
	section.article .icon-text-wrapper{
		padding-top: 80px;
		text-align: center;
	}
		section.article .icon-text-wrapper .icon-text{
			display: block;
			color: #212529;
		}
		section.article .icon-text-wrapper .icon-text:hover{
			color: #000;
			text-decoration: none;
		}
		section.article .icon-text-wrapper .icon{
			display: inline-block;
			width: 64px;
		}
			section.article .icon-text-wrapper .icon img{
				width: 100%;
			}
		section.article .icon-text-wrapper .text-title{
			display: block;
			padding: 20px 0;
			min-height: 96px;
		}
section.contact-channel{
	padding: 50px 0;
	line-height: 60px;
}
	section.contact-channel b{
		font-size: 1.8rem;
		color: #1f1f23;
	}
		section.contact-channel .icon-text-wrapper{}
			section.contact-channel .icon-text-wrapper .icon-text{
				padding: 0 30px;
				text-align: center;
				color: #212529;
			}
			section.contact-channel .icon-text-wrapper .icon-text:hover{
				text-decoration: none;
			}
				section.contact-channel .icon-text-wrapper .icon-text .icon{
					margin-right: 5px;
					font-size: 1.2rem;
					color: #e05714;
				}