body img {
	width: 100%;
}

body a {
	color: #4E452B;
	text-decoration: none;
}

.hidden {
	display: none;
}

.featured {
	width: 100vw;
}

.featured .img-wrapper {
	height: calc(100vw * 5 / 16);
}

.featured .slick-arrow {
	top: 45%;
}

.featured .slick-prev {
	left: 5%;
	z-index: 10;
}

.featured .slick-next {
	right: 5%;
}

.main-content {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

.section {
	padding: 2.5%;
}

.section:not(:first-child, .articles-box) {
	margin-top: 50px;
}

.introduction .col-left,
.introduction .col-right {
	display: inline-block;
	vertical-align: top;
}

.introduction .col-left {
	width: 35%;
}

.introduction .col-right {
	width: 57%;
}

.introduction .col-left img {
	max-width: 300px;
}

.introduction .col-right {
	padding-left: 2%;
}

.introduction .date {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #4E452B;
}

.introduction .cover-story {
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0.8px;
	text-align: left;
	padding-top: 15px;
}

.introduction .pipa {
	padding-top: 15px;
}

.articles-box {
	background-color: #FBF7EA;
}

.in-this-issue {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0px;
}

.excerpt {
	font-family: 'ET Text';
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

.articles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
	column-gap: 5%;
	row-gap: 20px;
	overflow: scroll;
	height: 750px;
}

.articles .article {
	width: 30%;
}

.articles .article .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-top: 5px;
}

.digital-benefit-heading {
	font-family: 'Roboto', sans-serif;
	color: #4E452B;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

.digital-benefit {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.digital-benefit .item {
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5%;
}

.digital-benefit .item .img-wrapper img {
	width: 130px;
}

.digital-benefit .item .heading {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0px;
}

.preview-heading {
	font-family: 'Roboto', sans-serif;
	color: #4E452B;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

.review {
	background-color: #FBF7EA;
}

.review-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

.reviews {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 20px;
	height: 500px;
	overflow: scroll;
}

.reviews .item {
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 5%;
}

.reviews .item .avatar {
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color: #E8E8E8;
	font-family: 'Roboto', sans-serif;
	color: #4E452B;
	font-size: 48px;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 32px;
	margin-top: 5px;
}

.reviews .item .customer .name {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 5px;
}

.faq-heading {
	color: #383119;
	font-size: 60px;
	font-weight: 800;
	line-height: 70px;
	letter-spacing: 0.8px;
	text-align: center;
}

.quaList {
	padding: 20px 0 10px;
}

.qua {
	border-top: 1px solid black;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.qua:hover {
	cursor: pointer;
}

.qua::after {
	position: absolute;
	top: 8px;
	right: 3px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(135deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}

.ans {
	display: none;
	max-width: 77%;
	font-size: 15px;
}

.section.faq {
	margin-bottom: 50px;
}

ol.numbering {
	padding-left: 20px;
	overflow-wrap: break-word;
}

@media screen and ( max-width: 768px ) {
	.articles .article {
		width: 46%;
	}
	.digital-benefit .item,
	.reviews .item {
		width: 100%;
	}
}
