section#header_page {
    background-image: url("https://design.zendha.net/assets/core/bkheaders/img7.jpg");
}

#resumenLegal {
    background-color: f8f8f8;
}

#resumenLegal h2 {
    text-align: center;
}

#resumenLegal .blqreslegal {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 10px 20px 10px;
    margin: 20px;
    text-align: center;
    height: 170px;
    border-radius: 10px;
}

#resumenLegal .blqreslegal .blqTxt {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#resumenLegal .blqreslegal i {
    font-size: 40px;
    color: var(--colorSecundario);
    margin-bottom: 10px;
}

#resumenLegal .space {
    height: 100px;
}

@media(max-width:550px) {
    #resumenLegal .blqreslegal {
        height: auto;
    }
}