.slick-list, .slick-track {
    height: 100%;
}

.country_project_swiper {
    height: unset;
    padding-left: 9px;
}

.urgent_projects .swiper-wrapper {
    margin-left: 28px!important;
}

.swiper_container.urgent_projects_slider_holder {
    height: auto;
}

.swiper.urgent_projects_slider {
    height: auto;
}

.urgent_project.swiper-slide {
    margin-bottom: 2px;
    background: #FFFBF3;
}

.urgent_projects {
    width: 100%;
}

.swiper_container.urgent_projects_slider_holder {
    max-height: unset;
}

.swiper.urgent_projects_slider .swiper-wrapper {
    padding-left: 0px !important;
    margin-right: 0px !important;
}

.urgent_project {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 25px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 400px !important;
    height: 558px;
}

.urgent_project_image {
    width: 87.48px;
    height: 87.48px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.urgent_project_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
}

.urgent_project_price {
    color: #77A8B7!important;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-top: 10px;
}

.urgent_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%;
}

.urgent_project_button a {
    color: white;
    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: #00c2ff;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 12px 30px;
    margin-top: 20px;
    float: left;
}

.urgent_project.swiper-slide.spacer {
    width: 10vw !important;
}






@media all and (max-width: 550px) {
  .urgent_projects .swiper-wrapper {
    margin-left: 8px !important;
	}
  
  .urgent_project {
        border-radius: 16px;
        border: 1px solid var(--1px-Stroke, #242C35);
        background: #FFFBF3;
        box-shadow: 1px 1px 0px 0px #242C35;
        padding: 25px;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        width: 290px !important;
        height: unset !important;
    }
  
  .urgent_projects_slider .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
}
  
      .urgent_project {
        border-radius: 16px;
        border: 1px solid var(--1px-Stroke, #242C35);
        background: #FFFBF3;
        box-shadow: 1px 1px 0px 0px #242C35;
        padding: 25px;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        width: calc(100% - 16px) !important;
        height: unset !important;
        margin-right: 0px !important;
        margin-bottom: 16px !important;
    }
}







