.card-body {
  padding: 1.5rem;
}
.main_aside_right {
  margin-top: 116px;
}
.main_aside_right p {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}
.main_aside_right .card {
  border: none;
}
.main_aside_right .card-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--default-color);
}
.main_aside_right .card-link:hover {
  opacity: 0.85;
}
.main_aside_right .wrap-link-card {
  display: flex;
  align-items: center;
}
.main_aside_right .wrap-link-card img {
  width: 13px;
  height: 11px;
  margin-left: 10px;
}
.main_aside_right .main_aside_right--content {
  border-top: 1px solid #e5e7eb;
}
.main_aside_right .main_aside_right--content .card-text a {
  display: block;
  text-decoration: none;
  color: var(--default-text-color);
}
.main_aside_right .main_aside_right--title h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111827;
}

@media (max-width: 767.98px) {
  .main_aside_right {
    margin-top: 16px;
  }
}
@media (max-width: 991.98px) {
  .main_aside_right {
    padding-left: 0 !important;
  }
}

/* Css for IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .main_aside_right--content .card-text a {
    color: #6b7280;
  }
  .main_aside_right--title .card-link {
    color: #01539c;
  }
}