/* .media-center-breadcrumb{
    background-image: url(../images/media_center_banner.webp);
} */
.pdf-container-row .pdf-container-column {
  margin-bottom: 24px;
}
.pdf-container-row {
  margin-bottom: -24px;
}
/* .pdf-card {
    padding: 16px;
    box-shadow: inset 0px 0px 0px 1px #EEEEEE;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: inset 0px 0px 0px 1px #EEEEEE;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.img-container{
    flex-shrink: 0;
}
.adobe-link{
    vertical-align: bottom;
}
@media(max-width:575px){
    .pdf-container-row .pdf-container-column {
        margin-bottom: 18px;
    }
    .pdf-container-row {
        margin-bottom: -18px;
    }
} */
.record-container {
  background-color: #eef2f6;
  padding: 24px 32px 24px 23px;
  border-radius: 8px;
  height: 100%;
}
.record-link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.record-text {
  color: #1a1b1c;
  transition: all 0.2s ease-out;
}
.record-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #286ca3;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-out;
}
.img-container {
  padding-right: 16px;
}
.record-link .icon-arrow {
  background-color: #fff;
  height: 18px;
  width: 18px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #286ca3;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
}
.record-link:hover:before {
  transform: scale(41);
}
.record-link:hover .record-text,
.record-link:hover .record-date {
  color: #fff;
}
@media (max-width: 991px) {
  .record-container {
    padding: 16px 32px 16px 16px;
  }
}
@media (max-width: 575px) {
  .media-center-breadcrumb {
    background-position: top right -300px;
  }

  .pdf-container-row .pdf-container-column {
    margin-bottom: 18px;
  }
  .pdf-container-row {
    margin-bottom: -18px;
  }
}
