.pro{
	padding-left:30px; 
}
.rigpro li a {
    font-size: 15px;
    font-weight: 500;
    color: #afafaf;
    text-decoration: none;
    cursor: pointer;
}
.rigpro li:hover a {
    font-size: 15px;
    font-weight: 500;
    color: #443e40;
}
.rigpro {
    position: absolute;
    top: 95px;
    left: 21%;
    width: 80%;
}
.pro img{
	max-width: 100%;
    max-height: 100%
}
@media  screen and  (max-width: 1024px){
	.pro {
	    padding-left:0px;
	}
}