/* About page and Bonus page*/


.banner__about{
	margin: 20px 0 60px;
}

.subtitle__about{
	font-size: 32px;
	font-weight: 500;
	line-height: 44px;
}

.content__about{
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}

.content__bonus{
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.hr__about{
	background-color: #E9E9E9; 
	margin: 40px 0;
}

.addon-content__about{
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.addon-content__about-add{
	margin-top: 30px;
	font-size: 16px;
	color: rgba(143, 143, 143, .5);
	font-weight: 400;		
}

@media(max-width: 767px){
	.subtitle-addon-page, .title-addon-page{
		font-size: 40px;
	}
	
	.subtitle__about{
		margin-bottom: 30px;
	}
}
