body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover {
  filter: opacity(.7);
}

.seccion-cotizaciones-devoluciones{
  padding: 20px 0px 50px 0px;
}

.seccion-cotizaciones-devoluciones h1 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #373737;
  margin-bottom: 32px;
}

.seccion-cotizaciones-devoluciones h4 {
  font-size: 20px;
  text-align: center;
  color: #787878;
  margin-bottom: 59px;
}

.seccion-cotizaciones-devoluciones .col-lg-5{
  margin-bottom: 20px;
}

.row-ficha {
  display: flex;
  justify-content: center;
}

.ficha-cotizaciones-devoluciones {
  background: #FFFFFF;
  box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
  border-radius: 10px;
  padding: 33px;
  height: 100%;
}

.ficha-cotizaciones-devoluciones .titulo-ficha img {
  width: 238px;
  height: 146.5px;
}

.ficha-cotizaciones-devoluciones .titulo-ficha h3 {
  font-weight: bold;
  font-size: 20px;
  color: #373737;
}

.ficha-cotizaciones-devoluciones .descripcion-ficha p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #787878;
}

.ficha-cotizaciones-devoluciones .ancla-ficha a {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  align-items: center;
  color: #FFFFFF !important;
  background: #13C045;
  border-radius: 4px;
  width: 161px;
  height: 45px;
  text-decoration: none !important;
  padding: 11px;
}

.mb-30{
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .row-ficha {
      display: flex;
      flex-direction: column;
  }
}

@media (max-width: 375px) {
  .ficha-cotizaciones-devoluciones .titulo-ficha img {
    width: 100%;
      height: auto;
}
}