.irelated{
	margin-top: 20px;
	margin-bottom: 20px;
}
.irelated .line{
	width: 100%;
	height: 1px;
    background-color: #EAB328;
}

.irelatedhead{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #333333;	
    margin-top: 24px;
    margin-bottom: 19px;
    margin-left: 5px;	
}

.irelatedposts{
	background: #F1F1F1;
    margin-bottom: 26px;
}
.irelatedpost{
	padding: 24px 19px;
}
.irelatedimg{
	padding-top: 56.25%;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
	position: relative;
}
.irelatedconttitle{
	margin-top: 10px;
	display: flex;
	position: relative;
}
.entry-content .irelatedconttitle a{
	font-family: Noto Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;	
	text-decoration: none;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
    text-decoration-color: #EAB328;
    border-bottom:0;

}
.irelatedconttitle a:hover{
	text-decoration: underline;
	text-decoration-thickness: 3px;
    text-decoration-color: #EAB328;
}
.irelatedimgarrow{
	position: absolute;
	right:0;
	bottom:0;
}
.irelatedimgarrow img{
    width: 48px;
    height: 36px;
    padding: 5px;
    background-color: #EAB328;
}


@media (min-width: 768px){
	.irelated {
		margin-top: 20px;
		margin-bottom: 30px;
	}	
	.irelatedposts{
	    margin-bottom: 41px;
	}	
	.irelatedpost{
		padding: 15px 19px;
	}	
	.irelatedconttitle{
		margin-top: 0px;
		padding-right: 48px;
	}
	.irelatedcontarrow{
		position: absolute;
		right:0;
		top:0;
	}
	.irelatedcontarrow img{
	    width: 48px;
	    height: 36px;
	    padding: 5px;
	    background-color: #EAB328;
	}

	.entry-content .irelatedconttitle a{
		font-size: 18px;
		line-height: 25px;
	}
}
