.first-column-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 30px;
 }
 
 .detalle-etiqueta {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
    text-align: center;
 }
 
 .detalle-etiqueta img {
    width: 70%;
    height: auto;
    object-fit: cover;
 }
 
 .texto-presentacion {
    width: 100%;
    max-width: 800px;
    text-align: justify;
 }
 
 .texto-presentacion p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    padding: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

 }

 .second-column-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 20px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

 }
 
 .instagram {
    font-size: 12px;
    color: #666;
    text-decoration: none;
 } 
 
 .correo img {
    width: 25%;
    height: auto;
 }
 
 .correo p {
    margin-top: 10px;
    font-size: 12px;
 }
 
 .autentificacion p {
    font-size: 12px;
    color: #666;
 }