.cont .cont_bg {
  background: url(../img/memorabilia_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 .w1440 .list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
}
.cont .page1 .w1440 .list a .img {
  border-radius: 15px;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
}
.cont .page1 .w1440 .list a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .page1 .w1440 .list a .txt {
  margin-top: 25px;
}
.cont .page1 .w1440 .list a .txt p {
  display: block;
  color: #080748;
  font-weight: 600;
}
.cont .page1 .w1440 .list a .txt .time {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page1 .w1440 .list a .txt .time span {
  color: #4f2a8c;
}
.cont .page1 .w1440 .list a .txt .time .ic svg {
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}
.cont .page1 .w1440 .list a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .page1 .w1440 .list a:hover .txt .time .ic {
  animation: arrY 0.4s linear 0s 2 forwards;
}
@keyframes arrY {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .w1440 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%!important;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .w1440 .list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .cont .page1 .w1440 .list a .img {
    border-radius: 10px;
  }
  .cont .page1 .w1440 .list a .txt {
    margin-top: 15px;
  }
  .cont .page1 .w1440 .list a .txt .time {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=./social_contribution.css.map */
