.divcontactenos{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;   
}
.divinterior{
    width: 80%;
    display: grid;
    border: 1px solid black;
    border-radius: 15px;
    margin: 0 10% 10% 10% ;

}
.divimg{
    width: 100%;
    height: auto;

}
.imgcont{
    width: 100%;
    max-width: 100%;
    border-radius: 15px 15px 0 0;

}
.divimg h2{
    font-size: 25px;
}
@media (max-width: 1400px) {

    .divcontactenos{
        width: 98%;
        grid-template-columns: 1fr 1fr;   
    }
}
@media (max-width: 700px) {

    .divcontactenos{
        width: 98%;
        grid-template-columns: 1fr ;   
    }
}