.entity-link {
  padding-bottom: 56px;
  padding-top: 56px;
}

.entity-link .component-content {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  overflow: hidden;
}

.entity-link .component-content .entity-link-container {
  position: relative;
  mix-blend-mode: hard-light;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  max-height: none;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .entity-link .component-content .entity-link-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.entity-link .component-content .entity-link-container::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(gray));
  background: -webkit-linear-gradient(transparent, gray);
  background: linear-gradient(transparent, gray);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}

.entity-link .component-content .entity-link-container.collapsed::after {
  opacity: 1;
}

.entity-link .component-content .entity-link-container .image-container {
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
}

.entity-link .component-content .entity-link-container .image-container img {
  max-height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767.98px) {
  .entity-link .component-content .entity-link-container .image-container {
    width: 100%;
    margin-bottom: 24px;
  }
}

.entity-link .component-content .entity-link-container .text-container .first-line {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
  .entity-link .component-content .entity-link-container .text-container .first-line {
    font-size: 16px;
    line-height: 27px;
  }
}

.entity-link .component-content .entity-link-container .text-container .second-line {
  margin-bottom: 16px;
}

.entity-link .component-content .entity-link-container .text-container .link-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media screen and (max-width: 767.98px) {
  .entity-link .component-content .entity-link-container .text-container .link-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.entity-link .component-content .entity-link-container .text-container .link-list ul li {
  margin-bottom: 16px;
}

.entity-link .component-content .entity-link-container .text-container .link-list ul li a {
  color: #FFF;
}

@media screen and (max-width: 767.98px) {
  .entity-link .component-content .entity-link-container .text-container .link-list ul li:last-child {
    margin-bottom: 0px;
  }
}

.entity-link .component-content .mobile-button {
  margin-top: 24px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.entity-link .component-content .mobile-button > div {
  position: relative;
}

.entity-link .component-content .mobile-button > div::before, .entity-link .component-content .mobile-button > div::after {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 50%;
}

.entity-link .component-content .mobile-button > div::before {
  left: -50%;
  top: 50%;
  bottom: 0px;
}

.entity-link .component-content .mobile-button > div::after {
  right: -50%;
  top: 50%;
  bottom: 0px;
}

.entity-link .component-content .mobile-button > div a {
  width: 100%;
  margin-bottom: 0px;
}

.entity-link .component-content .mobile-button > div a:hover {
  margin-bottom: 0px;
}
