.mob {
    	display:none;
    	}
   @media (max-width:480px ) {
   	.mob {display:block;	} 
  .dsk  {display:none;	} 
   }

.lin {
    display:block;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    background-color: #2D2926;
   border: #2D2926;
    width: 60%;
    color:#fff;
    height: auto;
    line-height: 41px;

}
a.lin:hover{
    background-color:#00965E;
    color: #fff;
 }
.dsk img {
  width:100%;
  }
.dsk img {
  width:100%;
  }