.award-block-current-item-style1 {
  position: relative;
}
.award-block-current-item-style1 .inner-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .inner-box {
    flex-direction: column;
  }
}
.award-block-current-item-style1 .inner-box:hover .rr-hover-reveal-bg, .award-block-current-item-style1 .inner-box.active .rr-hover-reveal-bg {
  opacity: 1;
  transform: scale(1);
}
.award-block-current-item-style1 .inner-box:hover .content-box .award-featured-img, .award-block-current-item-style1 .inner-box.active .content-box .award-featured-img {
  opacity: 1;
  transform: scale(1) rotate(9.64deg);
}
.award-block-current-item-style1 .inner-box .content-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 36px 0 37px;
  position: relative;
  width: 100%;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .inner-box .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.award-block-current-item-style1 .inner-box .content-box .award-subtitle {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #666;
}
.award-block-current-item-style1 .inner-box .content-box .award-title {
  margin-top: 0;
  margin-bottom: 3px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .inner-box .content-box .award-title {
    font-size: 24px;
  }
}
.award-block-current-item-style1 .inner-box .content-box .award-date {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color1);
  position: relative;
  transition: all 300ms ease;
}
.award-block-current-item-style1 .award-featured-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -50px 0 0 -80px;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) scale(0, 0), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) scale(0, 0), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) scale(0, 0), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) scale(0, 0), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) scale(0, 0), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.award-block-current-item-style1 .award-featured-img img {
  border-radius: 10px;
}