.awards-partnership {

background-color: var(--bg-offwhite);

}

.award-card {

  height: 144px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #fff;

  border: 1px solid var(--border-color-gray);

  border-radius: 0px;

  box-shadow: var(--shadow);

}



.award-card img {

  max-height: 80px;

  max-width: 100%;

  object-fit: contain;

}



.bottom-space {

  padding-bottom: 96px;

}



.partnerships-slider,

.awards-slider {

  padding: 8px 0 !important;

}





@media only screen and (max-width: 768px) {



  .bottom-space {

    padding-bottom: 0px;

}

.award-card img {

  max-height: 40px;

  max-width: 100%;

  object-fit: contain;

}

.award-card {

  height: 88px;

}

.awards-partnership {
  padding-top: 0px !important;
}



}

@media (min-width:768px) and (max-width:992px) {



  .bottom-space {

    padding-bottom: 48px;

}



}


.awards-tab-btn {
   flex: 1;
    text-align: center;
    padding: 0.75rem 1rem;
    background: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s ease;
    color: black !important;
}
.awards-tab-btn.show {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}