.atk-section-small.atk-wrapper {
  padding-top: 6em;
}

.atk-section-small.atk-wrapper {
  padding-top: 6em !important;
}

[class*=col-]:not([class*=col-0]),
.thecard {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hub-gradient-btn h5 {
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.grid.news-grid .article {
  flex-basis: 50% !important;
  max-width: 50% !important;
  padding: 0 20px;
}

.grid.news-grid .article .card-img,
.grid.news-grid .article .articleImage {
  width: 100%;
  margin-right: 0;
}

.grid.news-grid .article .card-img {
  max-height: none !important;
  height: 250px;
}

.grid.news-grid .article .card-caption {
  padding: 20px 0;
}

.grid.news-grid .article .card-caption p {
  font-size: 14px;
}

.grid.news-grid .article .card-caption h5 {
  margin: 5px 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
}

.grid.news-grid .article .thecard:hover h5 {
  color: #fff;
}

.grid.news-grid .article .thecard:hover p {
  color: #000;
}

.hub-gradient-btn {
  width: 100%;
  align-items: center;
  max-height: 50px;
}

.grid.news-grid .article .thecard {
  margin-bottom: 3em;
}

a.card-outmore.hub-gradient-btn {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}

.grid.news-grid .article .thecard {
  margin-bottom: 3em;
  padding-bottom: 70px !important;
  display: block;
  width: 100%;
}

.grid.news-grid .article .card-img .articleImage,
.grid.news-grid .article .card-img .articleImage .imgwrapper,
.grid.news-grid .article .card-img .articleImage a,
.grid.news-grid .article .card-img .articleImage a img {
  height: 100%;
}

.grid.news-grid .article .card-img .articleImage a img {
  object-fit: cover;
}

.grid.news-grid .article .card-img .articleImage a {
  display: block;
}


.article.search-result-article {
  margin-bottom: 2em;
}

.search-result-article .card-img {
  width: 100%;
}

.search-result-article .card-img .articleImage {
  width: 100%;
  margin-right: 0;
}


@media (max-width: 767px) {
  .grid.news-grid .article {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }

  .atk-section-small.atk-wrapper {
    padding-top: 4em !important;
  }

  .grid.news-grid .article .card-img {
    max-height: none !important;
    height: 180px;
  }
}