.similar-cases-block {
    padding: 50px 0;
}

.news-content_imets {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.news-content {
    margin: 30px 0 0;
}

.news-content_imet.fullcard {
    width: calc(66.66% - 7.5px);
    max-width: 773px;
}

.news-content_imet .news-content_imet__card {
    position: relative;
    height: 406px;
}

.news-content_imet {
    width: calc(33.33% - 7.5px);
    max-width: 380px;
}

.news-content_imet__fullcard {
    position: relative;
    height: 406px;
}

.news-content_imet:hover a {
    color: #6F6BF2;
}

.news-content_imet:hover {
    cursor: pointer;
}

.fullcard-img {
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.card-img {
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    height: 270px;
}

.fullcard-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.79%, #000000 100%);
    border-radius: 0 0 10px 10px;
}

.card-text {
    padding: 20px;
}

.fullcard-text .card-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.13px;
    color: #fff;
    margin: 0 0 15px;
}

.card-text .card-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.13px;
    color: #000;
    margin: 0 0 15px;
    height: 65px;
}

.news-content_imet__card {
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.fullcard-text a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    color: #fff;
}

.card-text a {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    color: #453FDF;
}

.more {
    display: inline-flex;
    align-items: center;
}

.name {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    text-align: center;
    color: #fff;
    background: #FFFFFF26;
    padding: 8px 15px;
    margin: 20px;
    backdrop-filter: blur(32px);
    border-radius: 6px;
}

.news-more {
    margin: 25px 0 0;
}

.news-more button {
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: center;
    width: 100%;
    height: 49px;
    border-radius: 8px;
}