*
{
font-style:normal;
}
.container1 
{
margin:auto;
width:900px;
height:auto;
background-image:url(section-bg3.png);
background-size:cover;
padding-right:35px;
padding-left:35px;
padding-top:20px;
padding-bottom:10px;
margin-bottom:10px;
margin-top:10px;
opacity:0.8;
border:3px solid #00721a;
border-radius:10px;
font-family:copperblack;
color:black;
font-style: normal;
line-height:26px;
}
.header
{
color:#00721a;
text-transform:uppercase;
font-family:sansserif !important;
font-style: normal;
margin-top:14px;
line-height:30px;
}
.header a
{
	color:darkgreen;
	text-decoration:none;
        font-style: normal;
}
a 
{
	text-decoration:none;
        color:#FA7852;
        font-style: normal;
}
.para
{
	color:black;
	text-decoration:none;
        font-style: normal;
        margin-top:10px;
	
}
.read a
{
	color:#FA7852;
	text-transform:capitalize;
        font-style: normal;
}
.container1:hover
{
opacity:1;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 759px) {
.container1
{
width:75%;
height:auto;
}
.img
{
width:100%;
}



}