#endtxt{
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    clear: both;
    word-wrap: break-word;
    font-size: 18px;
    color: #717171;
    line-height: 1.5;
}
#endtxt a{ color: #09c095;}
#endtxt a:active{color:red;}
#endtxt p{margin: 12px 0;}
#endtxt h1,
#endtxt h2,
#endtxt h3,
#endtxt h4,
#endtxt h5,
#endtxt h6{
	font-weight: bold;
}

#endtxt h1{
	font-size: 28px;
}
#endtxt h2{
	font-size: 24px;
}
#endtxt h3{
	font-size: 18px;
}
#endtxt h4{
	font-size:12px;
}

#endtxt img{
	margin: 0;

}
@media (max-width: 1440px){
    #endtxt{
        font-size: 16px;
    }

}
@media (max-width: 768px){
    #endtxt{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    #endtxt img{
        max-width: 100%;
		height: auto !important;
    }

}

