  
  
  .f7 .owl-item {
    padding-right: 5px;
  }


  .f7  h4{
    /* margin: 0 0 0 20px; */
    font-weight: bold;
  }

  .f7 .slider-f7 a img{
    border-radius: 5px;
  }

  .f7  .slider-f7 {
    margin: 20px 0 0 0;
  }

  .f7 .text {
    display: flex;
    align-items: center;
    height: 40px;

}
  .f7 .btn{
    color: white !important;
    background-color: #e91e1e;
    border-color: #E91E63;
  }
  

  /* .f7 .vcenter {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
} */


@media only screen and (max-width: 768px) {

  .f7  h3{
    flex: 1;
    margin: 20px 0 20px 0 !important;
    font-weight: bold;
  }

  .f7  .btn{
    margin-top: 20px;
  
    width: 100%;
  }
}