.slick-list, .slick-track {
    height: 100%;
}

.solutions_slider_holder {
    margin-top: 20px;
  	margin-bottom: 60px;
    width: 100%;
}

.swiper.solutions_slider .swiper-wrapper {
    padding-left: 32px;
    margin-right: 32px;
}

.swiper.solutions_slider {
    height: auto;
}

.solution_slide.swiper-slide {
    background: white;
    margin-bottom: 2px;
}

.slick-track:first-child {
    margin-left: 32px;
}

.solutions_slider {
    width: 100%;
    height: 100%;
}

.solution_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%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  	justify-content: space-between;
}

.solution_slide > div {
    width: 100%;
}

.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: 'Grenette Pro';
    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: 48px;
    height: 52px;
}
.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; */
}

.solutions_slider .slick-track{
    display: flex;
}

.solutions_slider .slick-slide{
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
    }

.solutions_slider .slick-slide > div {
    height: 100%;
}