.award-block-current-item-style1 {
  position: relative;
  border-top: 1px solid #363636;
}
.award-block-current-item-style1:last-child {
  border-bottom: 1px solid #363636;
}
.award-block-current-item-style1 .award-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 30px 30px;
  padding-left: 95px;
  padding-right: 170px;
  min-height: 135px;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .award-list {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.award-block-current-item-style1 .award-list:hover .count {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.award-block-current-item-style1 .award-list .count {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -38px;
  height: 76px;
  width: 76px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .award-list .count {
    position: relative;
    top: 0;
    margin: 0 0 20px;
    display: inline-flex;
  }
}
.award-block-current-item-style1 .award-list .feature-title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.award-block-current-item-style1 .award-list .year {
  font-size: 20px;
  font-weight: 500;
}
.award-block-current-item-style1 .award-list .plus-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  font-size: 42px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .award-block-current-item-style1 .award-list .plus-icon {
    position: relative;
    top: 0;
    margin: 20px 0 0;
  }
}