.text-section{
padding :3rem;	
}
.boder-line{
border-bottom: 0.2rem solid #7ac943;
} .arrow-image{
float: left;
text-align: end;
}
.arrow-image:hover{
cursor:pointer;
color:#7ac943;
}
.font-section{
text-align: start;
font-weight: 400;
color: #7ac943;
font-size: 1.3rem;
margin-bottom:1.2rem;
}
.pdf-img{
height: 2rem;
width: 2rem;
}
.pdf-img:hover{
cursor:pointer;
color:#7ac943;
}
.icon-padding{
padding:0 4rem;
}
.content-pdf{	
margin-bottom: 4rem;
}
section.downloads-podlisting {
background: #000;
color: #fff;
}
@media(max-width: 767px) {
.text-section {
padding: 3rem 1rem;
}
}