.award-highlights {
    background-color: var(--primary-color);
    padding1: 100px 0;
    position: relative;
    width: 100%;
    margin-bottom: -60px;
}
.award-highlights .container-wrapper{
    padding: 100px 0;   
}
.award-highlights .container-wrapper:nth-of-type(even) {
  background-color: var(--secondary-color);;
  color: var(--primary-color);;
}

.award-highlights .container-wrapper:nth-of-type(even) .row{
  flex-direction: row-reverse;
}

.award-highlights .container-wrapper:nth-of-type(even) .fa-solid{
  filter: invert(1);
}

.award-highlights .left-section {
    max-width: calc(50% - 40px);
    width: 100%;
}

.award-highlights .right-section {
    max-width: calc(50% - 40px);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.award-highlights .row {
    gap: 40px;
    justify-content: space-between;
}

.award-highlights h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
  color: var(--primary-color);
}

.award-highlights p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--primary-color);
}

.award-highlights a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  max-width: max-content;
  width: 100%;
  text-decoration: underline;
  color: var(--primary-color);
}

.award-highlights .container-wrapper:nth-of-type(1) a {
    color: var(--secondary-color);
}

.award-highlights .container-wrapper:nth-of-type(1) h2 {
    font-size: 66px;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
    color: var(--secondary-color);
    line-height: 70px;
    margin-bottom: 30px;
}

.award-highlights .container-wrapper:nth-of-type(1) p {
    font-size: 29px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 50px;
}



.award-highlights .container-wrapper:nth-of-type(even) p,
.award-highlights .container-wrapper:nth-of-type(even) a,
.award-highlights .container-wrapper:nth-of-type(even) h2{
  color: var(--primary-color);
}

.award-highlights .right-section a span {
    margin-left: 10px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  border: none;
  opacity: 1;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.award-highlights .container-wrapper:nth-of-type(even) .slick-dots li button{
  background-color: #fff;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #757575;
}

.readMoreContent {
  display: none;
}

.award-highlights .container-wrapper:not(:nth-of-type(1)) .slick-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media (max-width: 768px) {
    .award-highlights .row {
        flex-direction: column !important;
    }

    .award-highlights .left-section, .award-highlights .right-section {
        max-width: 100%;
        align-items: center;
    }

    .award-highlights .container-wrapper:nth-of-type(even) .right-section{
	align-items: flex-start;
    }


    .award-highlights{
        margin-bottom:-20px;
    }
    
    .award-highlights .container-wrapper{
        padding: 40px 0;
    }
    
    .award-highlights .slick-dots {
        justify-content: end;
        margin-top: 10px;
    }

    .award-highlights .slick-dots {
      position: absolute;
      bottom: 10px;
      right: 20px;
    }

    .award-highlights h2 {
        font-size: 19px;
    }

    .award-highlights p {
        font-size: 12px;
        line-height: 17px;
    }

    .award-highlights .container-wrapper:nth-of-type(1) h2 {
        font-size: 24px;
        line-height: 100%;
        text-align: center;
    }

    .award-highlights .container-wrapper:nth-of-type(1) p {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .award-highlights .container-wrapper:nth-of-type(1) a {
        font-size: 16px;
        text-align: center;
    }
}
