.leadership-container__header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .leadership-container__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.leadership-container__header-section-1 h1 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d2d2d;
}
.leadership-container__header-section-1 h2 {
  font-size: 0.727rem;
  color: var(--brandColor);
  font-weight: 500;
  margin-bottom: 0.72rem;
}
@media screen and (min-width: 768px) {
  .leadership-container__header-section-1 h1 {
    font-size: 0.83rem;
    font-weight: 600;
    color: #2d2d2d;
  }
  .leadership-container__header-section-1 h2 {
    font-size: 0.603rem;
    color: var(--brandColor);
    font-weight: 500;
  }
}

.awards-section {
  background: #fff;
  box-shadow: none;
  padding: 1rem 1.09rem;
}

.awards-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .awards-section {
    padding: 1rem 1.3rem;
  }
  .awards-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
  .more-events-card .awards-list {
    gap: 0 0.5rem;
  }
}

.award-card {
  display: flex;
  background: #fff;
  overflow: hidden;
  position: relative;
  overflow: initial;
  margin: 0 0 6rem 0;
}
.more-events-card {
  display: flex;
  background: #fff;
  position: unset !important;
  overflow: hidden;
}
.arrow-up-img {
  display: none;
}
.award-content__img-container {
  height: 0.59rem;
  width: 0.59rem;
  position: absolute;
  right: 0.9rem;
}
@media screen and (min-width: 768px) {
  .award-content__img-container {
    height: 0.377rem;
    width: 0.377rem;
  }
  .arrow-up-img {
    display: block;
  }

  .award-card {
    position: relative;
    overflow: initial;
    margin: 0 0 3.8rem 0;
  }
  .more-events-card {
    position: relative !important;
    overflow: initial;
    margin: 0 0 3.3rem 0 !important;
  }
}

.most-popuplar-events {
  margin: 1.81rem 0 0rem 0;
}

.award-image-container {
  position: relative;
  width: 100%;
  height: 10.63rem;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-events-card .award-image-container {
  position: relative;
  width: 4.9rem;
  height: 5.727rem;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-content {
  background: #fff;
  width: 9.9rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .most-popuplar-events {
    margin: 0.9rem 0 0rem 0;
  }

  .award-image-container {
    width: 10.56rem;
    height: 6.79rem;
  }
  .more-events-card .award-image-container {
    width: 10.56rem;
    height: 6.79rem;
  }
}

.award-image-container img {
  height: auto;
  width: 100%;
  display: block;
}

.more-events-card .award-image-container img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .more-events-card .award-content__img-container {
    height: auto;
  }
  .award-image-container img {
    width: 100%;
    height: auto;
  }
}

.award-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eb88a3;
  color: white;
  width: 2.59rem;
  height: 1.105rem;
  font-size: 0.31rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  padding: 0.2rem;
}

.award-date strong {
  font-size: 0.552rem;
}

.award-content {
  background: #fff;

  position: absolute;
  width: 15.2rem;
  height: 7.63rem;
  display: flex;
  flex-direction: column;
  padding: 0.57rem 0.72rem;
  bottom: -5.5rem;
  left: 0rem;
  box-shadow: 2px 2px 4px 0px #00000014;
}

.more-events-card .award-content {
  /* padding: 1rem; */
  background: #fff;

  position: unset;
  width: 12rem;
  height: 5.63rem;
  display: flex;
  flex-direction: column;
  padding: 0rem 0.5rem;
  box-shadow: unset;
}
@media screen and (min-width: 768px) {
  .award-content {
    position: absolute;
    width: 9.05rem;
    height: 4.862rem;

    display: flex;
    flex-direction: column;
    padding: 0.25rem;
    bottom: -3.5rem;
    left: 0rem;
    margin-left: 0;
    box-shadow: 2px 2px 4px 0px #00000014;
  }
  .more-events-card .award-content {
    position: absolute;
    width: 9.05rem;
    height: 4.362rem;

    display: flex;
    flex-direction: column;
    padding: 0.25rem;
    box-shadow: 2px 2px 4px 0px #00000014;
  }
}

.award-title {
  font-weight: 600;
  color: #6b2472;
  margin-bottom: 0.45rem;
  font-size: 0.727rem;
  line-height: 130%;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .award-title {
    font-size: 0.45rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 6.33rem;
    margin: 0 0 0.15rem 0;
  }
  .more-events-card .award-title {
    width: 6.33rem;
    font-size: 0.45rem;
    font-weight: 600;
  }
}

.award-desc {
  font-size: 0.5rem;
  font-weight: 400;
  color: #6e6271;
}

@media screen and (min-width: 768px) {
  .award-desc {
    font-size: 0.339rem;
  }
}
