@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body{
    background-color: #FCFBFB;
    font-family: "Poppins", sans-serif;
}
    .gn-space{
        height: 95vh;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    h1{
        font-weight: 700;
        color: white;
        text-align: center;
        font-size:43px;
        color: #7D2150;
        max-width: 50%;
        line-height: 48px;
    }
    p{
        color: white;
        text-align: center;
    }
    img{
        height: 120px;
        font-size: 20px;
    }
    .gn-contenido1{
        font-size: 18px;
        color: #373737;
        max-width: 60%;
    }
    .gn-contenido2{
        font-size: 18px;
        color: #373737;
        max-width: 60%;
    }
    hr{
        width: 40%;
        border-top-width: 0.1px;
        color: #E8E8E8;
    }
    .gn-contenido3{
        background-color: white;
        padding: 20px 20px;
        padding-bottom: 30px;
        color: #373737;
        font-size: 18px;
        max-width: 50%;
    }
    .gn-contenido3 a{
        background-color: #7D2150;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-size: 16px;
    }
    .gn-contenido4{
        color: #373737;
    }

@media (max-width: 890px){
    .gn-space{
        margin-top: 50px;
        height: auto !important;
    }
    h1,
    .gn-contenido1,
    .gn-contenido2,
    .gn-contenido3{
        max-width: 80%;
    }
}
