
.card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    transition: 0.75s all ease-in-out;
}

.card:hover {
    transform: scale(1.1);
}

.ds-card img {
    width: 105%;
    margin-left: -2.5%;
    border-radius: 5px;
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.2);
}

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #E6EAED;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 45px;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 background-size: cover;
  background-attachment: relative;
  text-align: center;
}



.divider5 {
  background-image: url('../img/bg/divider5.png')
}

.divider1 {
  background-image: url('images/aspel/timbres1.png')
}

.divider2 {
  background-image: url('../img/bg/divider2.png')
}

.divider3 {
  background-image: url('../img/bg/divider3.png');
  margin-top: 0px;
}

.divider4 {
  background-image: url('../img/bg/divider4.jpg')
}