.content-image {
  
  animation: myAnim 1s ease 0s 1 normal forwards;
  z-index:-1;
  position: relative;
}
.price h2 {
  font-size:63px;
  line-height:63px;
  margin:0;
  color:#008356;
  font-weight:300;

}
.contenido-card {
  padding: 35px;
  margin: 35px;
  margin-left:50px;
}
.contenido-card h3 {
  font-size: 24px;
  color: #000;
}
.contenido-card p {
  color: #6b6b6b;
  font-size: 14px;
}

.btn-tabs {
  background-color: #2196f3;
  border: none;
  border-radius: 0;
  font-family: Gotham;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  padding: 9.5px 35px;
}
.btn-tabs:hover {
  background-color:#2196f3;
  font-weight:bold;
  border-radius:0;
  border:none;
  font-family:Gotham;
}
@media(max-width:767px){
.price h2 {
  font-size:44px;
  line-height:44px;
  margin:0;
  color:#008356;
  font-weight:300;

}
  .content-rich-text {
   position:relative !important;
}
  .title h3, .title p{
    text-align:center !important;
  }
  .price p{
    text-align:center !important; 
  }
   .btn-tabs {
   font-size:18px !important; 
   padding: 16.5px 24px;
  }
  .contenido-card {
  padding: 35px;
  margin: 35px;
  
}
  .carousel {
  height: 360px;
}

}
.carousel-cell-2 {
 
  width:100%;
  margin-right: 10px;
  
  border-radius: 5px;
 
}
.cursor-pointer {
  cursor: pointer;
}
/* carousel height */
.carousel {
  height: 300px;
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
}
.content-image {
  height: 285px;
}
