.award-section .lately-award {
  margin-bottom: 80px;
}
.award-section .tit {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 15px;
}
.award-section .tit:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  background: #cfb67ac2;
  left: 0;
  top: 10%;
}
.award-section .tit span {
  font-size: 16px;
  font-weight: 400;
}
.award-section .year-artist-list {
  display: flex;
  flex-wrap: wrap;
}
.award-section .year-artist {
  display: flex;
  width: calc(50% - 20px);
  margin: 0 10px 30px;
}
.award-section .year-artist .years a {
  font-size: 21px;
  color: #fff;
}
.award-section .year-artist .artist {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.award-section .year-artist .artist:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  left: 0;
  top: 3px;
  background: #fff;
}
.award-section .year-artist .artist span {
  position: relative;
  padding: 0 4px 3px;
  display: inline-block;
  border-bottom: 1px solid #ffffff36;
  margin: 0 7px 10px;
}
.award-section .year-artist .artist span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.award-section .year-artist .artist span a {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
}
.award-section .year-artist .artist span:hover:before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .award-section .year-artist {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 650px) {
  .award-section .year-artist .years a {
    font-size: 19px;
  }
  .award-section .year-artist .artist span a {
    font-size: 17px;
  }
}
