
@media (max-width:991.98px) {
  .padding {
      padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
      padding: 1rem
  }
}

.padding {
  padding: 5rem
}

.slick-prev:before, .slick-next:before {
  color: #a3a3a3!important;
}

.card {
 position: relative;
 display: flex;
 width: 600px;
 flex-direction: column;
 min-width: 0;
 word-wrap: break-word;
 background-color: #fff;
 background-clip: border-box;
 border: 1px solid #d2d2dc;
 border-radius: 11px;
 -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
 -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
 box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
     padding: 1rem 1rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem
}

h4{
      line-height: .2 !important;
}


.items {
 width: 100%;
 margin: 0px auto;
 margin-top: 10px
}

.slick-slide {
 margin: 10px
}


.media iframe,
.media-content {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 border: 0;
 border-radius: inherit;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-color: rgba(120, 120, 120, .1);
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center
}

.media-content:before {
 content: '';
 position: absolute;
 height: 10%;
 width: 90%;
 left: 5%;
 bottom: 0;
 background: inherit;
 background-position-y: 100%;
 filter: blur(10px)
}

.circle .media-content:before {
 width: 40%;
 left: 30%
}


.profile-image{
 width: 100%;
 height: 200px;
 border-top-left-radius: 11px !important;
 border-top-right-radius: 11px;
}

.card-title{
 font-size: 19px;
 font-weight: 200;
}



