.slick-list, .slick-track {
    height: 100%;
}

.top_projects_slider_holder {
    margin-top: 60px;
    width: 100%;
    height: auto;
    max-height: unset !important;
}

.swiper.top_projects_slider {
    height: auto;
}

.swiper.top_projects_slider .swiper-wrapper {
    padding-left: 32px;
    margin-right: 32px;
}

.slick-track:first-child {
    margin-left: 32px;
}

.top_projects_slider {
    width: 100%;
    height: 100%;
}

.top_project_slide {
    width: 400px !important;
    margin-right: 8px;
    border-radius: 11.696px;
    border: 0.731px solid #414141;
    background: #E3FBFF;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 14px;
    height: 100%;
  	margin-bottom: 1px;
}

.top_project_slide.swiper-slide {
    background: #E3FBFF !important;
}

.slick-track {
    padding: 0px 32px;
}

.top_project_county {
    color: #0085B4;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
      padding: 0px 12px;
}

.top_project_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.72px;
    margin-top: 16px;
    padding: 0px 24px 0px 12px;
    margin-bottom: 10px;
    height: unset;
}

.top_project_price {
    color: #00C2FF;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.72px;
    padding: 0px 12px;
    margin-bottom: 30px;
}

.top_project_copy {
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
      padding: 0px 12px;
}

.top_project_image {
    width: 100%;
    height: 25vw;
    background-position: center;
    background-size: cover;
    border-radius: 5.848px;
    margin-bottom: 26px;
}

.top_project_button {
    padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_project_button a {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    border-radius: 40px;
    border: 1px solid #414141;
    background: #76DBEE;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 14px 22px;
    margin-bottom: 24px;
    /* display: flex; */
}

.top_project_slide {
    flex: 1;
    margin-left: 0px !important;
}

.top_projects_slider_holder .swiper-wrapper {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 16px;
    padding: 0px 0px !important;
    box-sizing: border-box;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}