.award-block-current-item-style4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #000000;
  margin-bottom: 40px !important;
}
@media (max-width: 991.98px) {
  .award-block-current-item-style4 {
    margin-bottom: 0 !important;
  }
}
.award-block-current-item-style4 .shape-1 {
  background-image: url(../../../images/current-theme/award-shape-2.png);
  border-radius: 10px 0 0 10px;
  background-position: right;
  content: "";
  position: absolute;
  right: -137px;
  top: -70px;
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .award-block-current-item-style4 .shape-1 {
    display: none;
  }
}
.award-block-current-item-style4 .content-left {
  gap: 10px;
  align-items: center;
  display: flex;
}
.award-block-current-item-style4 .content-left .icon i {
  font-size: 50px;
  color: var(--theme-color3);
}
.award-block-current-item-style4 .content-left .title-info .award-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}
.award-block-current-item-style4 .content-left .title-info .award-title {
  color: #ffffff;
}
.award-block-current-item-style4 .date {
  position: relative;
  font-weight: 600;
  color: #ffffff;
}
.award-block-current-item-style4 .date::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 6px;
  height: 6px;
  background-color: var(--theme-color3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
}

.tm-award-grid .isotope-item:first-child .award-block-current-item-style4 {
  margin-top: 140px;
}
@media (max-width: 991.98px) {
  .tm-award-grid .isotope-item:first-child .award-block-current-item-style4 {
    margin-top: 0;
  }
}

.tm-award-grid .isotope-item:nth-child(odd) .award-block-current-item-style4 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .tm-award-grid .isotope-item:nth-child(odd) .award-block-current-item-style4 {
    margin: 0;
  }
}

.tm-award-grid .isotope-item:last-child .award-block-current-item-style4 {
  margin-top: -140px;
}
@media (max-width: 991.98px) {
  .tm-award-grid .isotope-item:last-child .award-block-current-item-style4 {
    margin-top: 0;
  }
}

.tm-award-grid .isotope-item:nth-child(even) .award-block-current-item-style4 .shape-1 {
  opacity: 0;
}