*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Times New Roman;

}
body{
  
    width: 100%;
    height: 100vh;
  
    justify-content: center;
    align-items: center;
    margin-bottom: 15em;
}
.contenedor4{
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.contenedor4 h2{
    font-size: 45px;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-image: url(fondo4.jpg);
    margin-bottom: 40px;
    background-attachment: fixed;
}
.contenedor4 p{
    line-height: 1.5;
    color: #f3efef;
}


    .main img{
        width:75%; /* le pongo80% porque la imagen tiene un ancho de 850px*/
        height: auto;
    }

    @media only screen and (min-width:320px) and (max-width:768px){
    body{
        margin-bottom: 40em;
    }
    .contenedor4{
    width: 75%;
    }
    .contenedor4 h2{
        font-size: 50px; /*cambia el tamaño del titulo Unete ya*/
    }
}