#awardSlider .splide__slide>.award-card,
.relatedProjects_section #projectsSlider .splide__slide>.project-card {
    min-height: 100%
}

@media (max-width:768px) {
  .team-culture-section .sphere,
      .we-are-2 .sphere {
          bottom: 60% !important
      }
}

.team-culture-section {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3.5rem
}

.team-culture-section .sphere,
.we-are-2 .sphere {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 85%;
    z-index: 10;
    bottom: 66%
}

.team-culture-section .sphere,
.we-are-2 .sphere.intranet {
    bottom: 60%
}

#awardSlider,
.relatedProjects_section #projectsSlider {
    margin-top: 2rem;
    position: relative
}

#awardSlider .splide__list,
.relatedProjects_section #projectsSlider .splide__list {
    display: flex;
    align-items: stretch
}

#awardSlider .splide__slide,
.relatedProjects_section #projectsSlider .splide__slide {
    padding: 10px;
    display: flex
}

.award-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .28s, box-shadow .28s;
    box-shadow: 0 -1px 26px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none
}

.award-image {
    position: relative;
    overflow: hidden
}

.award-image>img,
.relatedProjects_section .project-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.award-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s
}

.award-overlay img {
    width: 34px !important;
    height: 34px !important
}

.award-card .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.award-card h4,
.relatedProjects_section .project-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111
}

.award-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5
}

.award-card:hover,
.project-card:hover,
.relatedProjects_section .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .12)
}

@media (max-width:575.98px) {
  .award-card img {
          height: 200px
      }
}

@media (min-width:576px) and (max-width:767.98px) {
  .award-card img,
      .relatedProjects_section .project-card img {
          height: 210px
      }
}

@media (min-width:768px) and (max-width:991.98px) {
  .award-card img,
      .relatedProjects_section .project-card img {
          height: 220px
      }
}

@media (min-width:992px) {
  .award-card img,
      .relatedProjects_section .project-card img {
          height: 220px
      }
}

