@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 0 !important;
  }
}

.textcolumn .actioncard,
.sidebar .actioncard{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.textcolumn .actioncard img {
  width: 100%;
}
