.page-content img{
	max-width: 100% !important;
}
.is-styled p {
    max-width: 100% !important;
}
@media screen and (max-width: 576px){
	h1{
		line-height: 32px !important;
	}
	.next-prev-articles{
		flex-direction: column;
		gap: 15px !important;
	}
}
.next-prev-articles{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
}
.npa-link a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.npa-link a > *{
	border: 1px solid #D1D1D1;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.npa-link a > .link-art{
	text-transform: uppercase;
	color: #545C6A;
}
.npa-link.npa-next a > .arrow-art{
    transform: rotate(180deg);
}
.npa-link.npa-next a > .arrow-art img{
   filter: invert(47%) sepia(52%) saturate(5460%) hue-rotate(171deg) brightness(93%) contrast(101%);
}
.npa-link.npa-next a > .link-art{
	color: #0091CC;
	 border-right: none;
}
.npa-link.npa-prev a > .link-art {
    border-left: none;
}
.npa-link a:hover{
	background: #0091CC;
}
.npa-link a:hover .link-art{
	color: #fff !important;
}
.npa-link a:hover .arrow-art img{
	filter: invert(1%) sepia(100%) saturate(0%) hue-rotate(77deg) brightness(100%) contrast(100%);
}
.time-to-read{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 30px 0;
}
.time-to-read div{
	font-size: 16px;
	font-weight: 300;
}