.content #top_prod_section {
  background-image: url("../img/productos/top-productos.png");
  background-position: bottom;
}
.content #top_prod_section .texto-flotante {
  color: white;
  font-family: Montserrat;
}
.content #top_prod_section .texto-flotante h2 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.content #prod_section .container .row-serv .col-serv {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.content #prod_section .container .row-serv .col-serv .img-div {
  background-color: #f4f4f4;
  padding: 1rem;
  text-align: center;
}
.content #prod_section .container .row-serv .col-serv .text-div {
  padding: 1rem;
  background-color: #f4f4f4;
  flex: 1;
}
.content #prod_section .container .row-serv .col-serv .text-div p {
  font-family: Montserrat;
  font-weight: 500;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}
