/* EVENTS PREVIEW */
.events_preview {
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  margin-bottom: 30px;
}
.events_preview .col-sm-5 {
  padding-right: 0;
}
.events_preview .col-sm-7 {
  padding-left: 0;
}
.events_preview .head_blue {
  background: #314896;
  line-height: 38px;
  color: #fff;
  padding: 0 15px;
  font-weight: 700;
}
.events_preview .head_gray {
  background: #e6e6e6;
  line-height: 38px;
  padding: 0 30px;
  font-weight: 700;
}
.events_preview .imagewrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.events_preview .textbox {
  padding: 20px 30px;
}
.events_preview .btn-primary {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media (max-width: 767px) {
  .events_preview {
    border-left: solid 1px #e6e6e6;
  }
  .events_preview .col-sm-5 {
    padding-right: 15px;
  }
  .events_preview .col-sm-7 {
    padding-left: 15px;
  }
  .events_preview .head_gray {
    padding: 0 15px;
  }
  .events_preview .textbox {
    padding: 20px 15px 40px;
  }
}