section a{
    color:#81d742;
    padding-top: 100px;
}


 section figure.contac1 img{
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}

 section figure.contac img{
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    display: none;
    
}

section h2 {
     font-size: 26px;
     line-height: 30px;
     width: 90%;
     margin-left: 5%;
     margin-top: 10px;
     margin-bottom: 40px;
     font-weight: 400;
     color: rgb(102, 102, 102);
}


section#container span.condic{
	font-size: 12px;
	font-weight: bold;
}
section p {
    font-size: 12px;
    font-weight: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;

}

 @media screen and (min-width: 480px) {
 	section figure.contac img{
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    display: inline;   
}
 section figure.contac1 img{
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    display: none;
    
}
@media screen and (min-width: 767px) {
section p {
    font-size: 12px;
    font-weight: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 70%;
    margin-left: 15%;

}
section h2 {
     font-size: 26px;
     line-height: 30px;
     width: 70%;
     margin-left: 15%;
     margin-top: 50px;
     margin-bottom: 60px;
     font-weight: 400;
}





