.award-block-current-item-style2 {
  max-width: 875px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 {
    max-width: 100%;
  }
}
.award-block-current-item-style2.bb-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.award-block-current-item-style2 .inner-box {
  padding: 40px 0;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.award-block-current-item-style2 .inner-box:hover {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box:hover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .award-block-current-item-style2 .inner-box:hover .right-text {
    color: #ffffff;
  }
  .award-block-current-item-style2 .inner-box:hover .right-text .arrow-icon {
    filter: brightness(0) invert(1);
  }
}
.award-block-current-item-style2 .inner-box:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.award-block-current-item-style2 .inner-box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
  border-radius: 20px;
}
.award-block-current-item-style2 .inner-box .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box {
    display: grid;
    gap: 20px;
    justify-content: center;
  }
}
.award-block-current-item-style2 .inner-box .content-box .title-box {
  display: flex;
  align-items: center;
  gap: 125px;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box .content-box .title-box {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .award-block-current-item-style2 .inner-box .content-box .title-box {
    display: grid;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.award-block-current-item-style2 .inner-box .content-box .title-box .year {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box .content-box .title-box .year {
    font-size: 16px;
  }
}
.award-block-current-item-style2 .inner-box .content-box .title-box .award-title {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box .content-box .title-box .award-title {
    font-size: 18px;
  }
}
.award-block-current-item-style2 .inner-box .right-text {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box .right-text {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .award-block-current-item-style2 .inner-box .right-text {
    justify-content: center;
  }
}
.award-block-current-item-style2 .inner-box .right-text .feature-details {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .award-block-current-item-style2 .inner-box .right-text .feature-details {
    font-size: 16px;
  }
}
.award-block-current-item-style2 .inner-box .right-text .arrow-icon {
  transition: all 0.4s ease-in-out;
}

.award-block-current-item-style2.bb-top:hover {
  border-radius: 30px;
}

.award-layout .award-block-current-item-style2.bb-top::nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.award-layout .award-block-current-item-style2.bb-top::last-child {
  border: none;
}

.award-block-current-item-style2 .inner-box:hover .right-text .arrow-icon svg path {
  stroke: #ffffff !important;
}