
.images{
    background-color: #7a2824;
    height: 250px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.images div p{
    color: white;
    justify-content: center;
    margin-top:  15%;
    text-align: center;
}
#hgo{
    width: 50%;
   margin-top:  10%;
    left: 50%;

}
.seph{
    margin-top:  20%;
    left: 50%;
}

.redes a{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size:30px;
    padding: 10px;
    color: white;

}

@media (max-width:760px) {
    .images{
        background-color: #7a2824;
        height: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
}
    #hgo{
        width: 50%;
    margin-top:  10%;
        left: 50%;

}
}