.page-content {
	background: transparent;
}
/****** css for about list section *******/
.about-paragraph-title {
	display: table;
	margin: 50px 0 20px 0;
}

.about-paragraph-title img {
	max-width: 95px;
	max-height: 75px;
}

.about-paragraph-title img, .about-paragraph-title h2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 0;
}

ul.about-table-list {
	padding-left: 20px;
}

.about-table-list li {
	list-style-type: disc;
	padding: 0 0 10px 0;
}

.about-table-list li div * {
	display: inline;
}

.help_text p {
	margin: 0 0 5px 0;
}

.help_text {
    margin: 0 0 0 20px;
}
.help_text img {
	margin: 0 0 0 40px;
	width: 34%;
}

.celebrex_mobile_tnc .field-item > p {
	margin: 0 0 20px;
}

.about-table-list.group-1 {
	width: 60%;
    float: left;
}

/*****css for learn more section****/
.paragraphs-items-field-learn-more-about-brand {
	margin: 30px 0 0 0;
}

.paragraphs-items-field-learn-more-about-brand h3 {
	text-transform: uppercase;
}

.paragraphs-items-field-learn-more-about-brand li a {
	border-bottom: 1px solid #006ecb;
	margin: 0 0 5px 0;
	display: inline-block;
	font-style: italic;
	position: relative;
  color: #0071d5;
  text-decoration: none;
}

.paragraphs-items-field-learn-more-about-brand li a:after {
	position: absolute;
	content: ' ';
	width: 9px;
	height: 16px;
	background: url(/sites/default/themes/custom/peh_template/images/global/anchor-blue-arrow.png) no-repeat;
	margin: 4px 0 0 6px;
}

/*****************************************************************
 ------------------------------------------------------------------
 CSS for Desktop and iPad landscape
 ------------------------------------------------------------------
 *****************************************************************/
@media only screen and (min-width: 1000px) , only screen and (min-device-width: 1000px) and (orientation: landscape) {
	/*****css for learn more section****/
	.paragraphs-items-field-learn-more-about-brand ul {
		padding: 30px 0 60px 0;
	}

}

/*****************************************************************
 ------------------------------------------------------------------
 CSS for Mobile and iPad potrait
 ------------------------------------------------------------------
 *****************************************************************/
@media only screen and (max-width: 999px) , only screen and (max-device-width: 999px) and (orientation: portrait) {
	/*****css for learn more section****/
	.paragraphs-items-field-learn-more-about-brand ul {
		padding: 10px 0 40px 0;
	}
	.paragraphs-items-field-learn-more-about-brand li a:after {
		width: 7px;
    	height: 12px;
    	background: url(/sites/default/themes/custom/peh_template/images/global/anchor-blue-arrow.png) no-repeat center/cover;
	}
}
