.award-block-current-item-style2 {
  margin-bottom: 34px;
}
.award-block-current-item-style2 .inner-box {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box {
    flex-direction: column;
  }
}
.award-block-current-item-style2 .inner-box:hover {
  background-color: var(--theme-color1);
}
.award-block-current-item-style2 .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.award-block-current-item-style2 .inner-box:hover .content-box .award-title {
  color: var(--theme-color2);
}
.award-block-current-item-style2 .inner-box:hover .content-box .award-subtitle {
  color: var(--theme-color2);
}
.award-block-current-item-style2 .inner-box:hover .content-box .year {
  color: var(--theme-color2);
}
.award-block-current-item-style2 .inner-box:hover .content-box .award-image img {
  filter: brightness(1) invert(1);
}
.award-block-current-item-style2 .inner-box:hover .number:before {
  opacity: 1;
}
.award-block-current-item-style2 .inner-box:hover .number:after {
  opacity: 1;
}
.award-block-current-item-style2 .inner-box .number {
  color: #fff;
  background-color: var(--theme-color-gray);
  border-radius: 10px 0 0 10px;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  min-width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .number {
    padding: 15px 15px 17px;
    width: 100%;
  }
}
.award-block-current-item-style2 .inner-box .number:before {
  background-image: url(../../../images/current-theme/shape-style44.png);
  border-radius: 10px 0 0 10px;
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0;
  transition: all 300ms ease;
}
.award-block-current-item-style2 .inner-box .number:after {
  background: var(--gradient-7);
  border-radius: 10px 0 0 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
}
.award-block-current-item-style2 .inner-box .content-box {
  padding: 60px 63px 49px;
  position: relative;
  width: 100%;
  border-top: 1px solid #2f3037;
  border-bottom: 1px solid #2f3037;
  border-right: 1px solid #2f3037;
  border-radius: 0 10px 10px 0;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box {
    border-left: 1px solid #2f3037;
    border-radius: 10px 10px 10px 10px;
  }
}
@media (max-width: 767.98px) {
  .award-block-current-item-style2 .inner-box .content-box {
    padding: 60px 30px 49px;
  }
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box {
    padding: 60px 15px 49px;
  }
}
.award-block-current-item-style2 .inner-box .content-box .year {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.award-block-current-item-style2 .inner-box .content-box .award-title {
  margin-bottom: 20px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box .award-title {
    font-size: 24px;
  }
}
.award-block-current-item-style2 .inner-box .content-box .award-subtitle {
  margin: 0;
}
.award-block-current-item-style2 .inner-box .content-box .text {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  transition: all 300ms ease;
}
.award-block-current-item-style2 .inner-box .content-box .text span {
  font-size: 18px;
  text-transform: uppercase;
}
.award-block-current-item-style2 .inner-box .content-box .award-image {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box .award-image {
    right: 15px;
    bottom: 30px;
  }
}