.projects-cards {
    position: relative;
    background: #D0DFED;
    color: #707070;
    padding: 60px 0;
}

.projects-cards__homepage {
    margin-bottom: 0;
}

.projects-cards__top-content h2 {
    font-size: 35px;
}

.projects-cards__top-content p {
    font-size: 18px;
}

.projects-cards__column {
    width: 301px;
    margin: 0 auto;
}

.projects-cards__image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.projects-cards__image img {
    border: 3px solid #FFFFFF;
    margin: 0 auto;
    border-radius: 5px;
}

.projects-cards__info {
    background: #F3F8FB;
    padding: 30px 25px 36px;
    border-radius: 5px;
    margin-top: -20px;
}

.projects-cards__info > span {
    font-size: 14px;
    font-weight: bold;
    font-weight: 400;
    color: #707070;
    line-height: 1.25em;
    margin: 0;
    padding: 0 0 0;
}

.projects-cards__info i {
    font-size: 11px;
    vertical-align: middle;
    padding: 0 0px 4px 0;
}

.projects-cards__info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #352D2B;
    line-height: 1.25em;
    margin: 0;
    padding: 0 0 10px;
}

.projects-cards__text {
    background: rgba(29, 81, 164, 0.1);
    padding: 8px 12px 12px;
    color: #352D2B;
    border-radius: 5px;
    margin-bottom: 14px;
}

.projects-cards__text h5 {
    font-size: 13px;
    font-weight: 700;
    color: #352D2B;
    line-height: 1.25em;
    margin: 0;
    padding: 0 0 3px;
}

.projects-cards__text p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(53, 45, 43, 0.8);
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 0;
}

.js-projects-cards-slider {
    padding-bottom: 60px;
}

.projects-cards__btn {
    margin-top: 19px;
}

.progress {
    display: block;
    width: calc(100% - 270px);
    height: 7px;
    border-radius: 99px;
    overflow: hidden;
    background-color: rgba(29, 81, 164, 0.2);
    background-image: linear-gradient(to right, #1D51A4, #1D51A4);
    background-repeat: no-repeat;
    background-size: 16.6667% 100%;
    transition: background-size .4s ease-in-out;
    margin-left: 76px;
    margin-top: -14px;
}


@media (min-width: 768px) {
    .projects-cards {
        background: transparent;
        padding: 50px 0;
        position: relative;
        z-index: 1;
    }

    .projects-cards::before {
        content: "";
        width: calc(100% - 104px);
        height: 100%;
        background: #D0DFED;
        position: absolute;
        left: 52px;
        top: 0;
        border-radius: 5px;
        z-index: -1;
    }

    .projects-cards__top-content {
        padding: 0 26px 10px;
    }

    .projects-cards__top-content h2 {
        font-size: 50px;
        color: #352D2B;
    }

    .projects-cards__top-content p {
        font-size: 20px;
        color: #707070;
    }

    .projects-cards__column {
        width: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .projects-cards__column::before {
        content: "";
        width: calc(100% - 40px);
        height: 100%;
        background: #F3F8FB;
        position: absolute;
        left: 40px;
        top: 0;
        border-radius: 5px;
        z-index: -1;
        box-shadow: 0 3px 15px rgba(70, 113, 152, 0.15);
    }

    .projects-cards__image {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        position: relative;
    }

    .projects-cards__info {
        background: transparent;
        padding: 35px 30px 35px;
        border-radius: 5px;
        margin-top: 0;
        width: calc(100% - 200px);
    }

    .projects-cards__wrap .slick-initialized .slick-slide {
        margin: 0 16px;
    }

    .projects-cards__text {
        padding: 8px 15px 15px;
        margin-bottom: 20px;
    }

    .projects-cards__wrap .slick-next {
        right: 70px;
        margin-right: 0px;
    }

    .projects-cards__wrap .slick-prev {
        right: 130px;
        left: auto;
        margin-left: 0px;
    }

    .projects-cards__wrap .slick-arrow {
        bottom: -5px;
    }

}

@media (min-width: 1200px) {
    .projects-cards__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .projects-cards__top-content p {
        width: 824px;
    }

    .projects-cards {
        padding: 96px 0;
    }

    .progress__col {
        width: 1306px;
        margin: 0 auto;
    }

    .progress {
        display: block;
        width: calc(100% - 380px);
        margin: -15px 0 0 70px;
    }
}

@media (min-width: 1300px) {
    .progress__col {
        width: 1306px;
        margin: 0 auto;
    }

    .progress {
        display: block;
        width: calc(100% - 250px);
        margin: -15px 0 0 70px;
    }


}

@media (min-width: 1440px) {

    .projects-cards__top-content p {
        width: 1014px;
    }

    .projects-cards {
        padding: 96px 0 120px;
    }

    .projects-cards::before {
        width: calc(100% - 100px);
        left: 50px;
    }

    .projects-cards__column {
        width: 510px;
    }

    .progress {
        display: block;
        width: calc(100% - 270px);
        margin: -15px 0 0 30px;
    }

}

@media (min-width: 1600px) {

    .projects-cards::before {
        width: calc(100% - 230px);
        left: 115px;
    }

    .projects-cards__wrap .slick-next {
        right: 306px;
        margin-right: 0px;
    }

    .projects-cards__wrap .slick-prev {
        right: 362px;
        left: auto;
        margin-left: 0px;
    }

}


















