.similar-projects__wrapper {
    margin: 70px 0;
}
.similar-projects .slides li {
    position: relative;
}
.similar-projects .slides {
    align-items: stretch;
    display: flex;
}
.similar-projects__title {
    font-size: 27px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}
.similar-projects .item img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
    height: 100%;
}
.similar-projects .item:hover .bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    cursor: pointer;
}

.similar-projects .content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    display: none;
}
.similar-projects .content.active {
    display: block;
}
.similar-projects .content .service__title {
    font-size: 20px;
    color: #FFFFFF;
}
.similar-projects img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.similar-projects .content .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    color: #FFFFFF;
}
.similar-projects .bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}