.block2 {
  background-image: url("../img/backgroundblocktwo.png");
  background-size: cover;
}
.block7 {
    background-image: url("../img/backgroundblockseven.png");
    background-color: #cccccc;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.reducir-padding-inferior {
    padding-bottom: 0 !important;
}