.what-is-easthma-section.component-section {
	background: #f6f6f6;
    padding-bottom: 50px;
}
.what-is-easthma-section.component-section:before {
    position: absolute;
    content: "什麼是嗜酸性白血球型(E氣喘)的氣喘?";
    color: #fff;
    background: #EC0029;
    padding: 5px;
    top: 0;
    left: 0;
    font-size: 14px;
    font-family: HelveticaBold;
}
.what-is-easthma-sub-section.component-section {
	padding: 0;
}
.header-h4 {
	font-family: Helvetica;
    font-size: 32px;
    font-weight: 500;
    margin: 30px 0 40px;
}
.oblique-font {
	font-family: HelveticaOblique;
}
p.hevetica-font {
	font-family: Helvetica;
}
p.bold-font {
	font-family: HelveticaBold;
    font-size: 22px;
    margin-bottom: 30px;
}
span.bold-font {
	font-family: HelveticaBold;
}
/********************************/
/*** ANIMATION SECTION BEGINS ***/
/********************************/
.cls-1,.cls-2 {
	font-size: 14px;
	font-family: Helvetica;
	letter-spacing:0.03em;
}
.cls-1,.cls-3 {
	fill:#d1d3d5;
}
.cls-4 {
	fill:#eb002a;
}
.cls-5 {
	fill:#d1d3d4;
}
path.highlight {
	fill: #eb002a;
    fill-opacity: 0.8;
}
text.highlight {
	fill: #000;
}
.highlight {
	-webikit-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
}
svg {
	display: block;
}
/******************************/
/*** ANIMATION SECTION ENDS ***/
/******************************/
/*******************************/
/*** DESKTOP ONLY BREAKPOINT ***/
/*******************************/
@media screen and (min-width: 992px) {
.what-is-easthma-sub-section.component-section .page-section-inner.container {
	padding-left: 30px;
    padding-right: 30px;
}
.easthma-video-col .column-2 {
	margin-top: 15px;
}
}
/******************************/
/*** MOBILE ONLY BREAKPOINT ***/
/******************************/
@media screen and (max-width:991px) {
.header-h4 {
	font-size: 20px;
}
p.bold-font {
	font-size: 14px;
}
}
/*************************************/
/*** IPAD PORTRAIT ONLY BREAKPOINT ***/
/*************************************/
@media screen and (max-width:1024px) and (min-width:768px) {
.what-is-easthma-section.component-section {
	margin-left: 25px;
	margin-right: 25px;
}
}