.wtp__cards_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.wtp__card {
    flex: 1 1 48.5%;
    background-color: #eeeef9;
    border-radius: var(--bradMed);
    display: flex;
    flex-direction: column;
}
.wtp__card * {
    text-align: left;
}
.wtp__card > div:nth-child(2) {
    padding: 24px;
    height: 80%;
    /* height: 70%; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}
.wtp__card > div:nth-child(2) a {
    margin-top: auto !important;
}
.wtp__card_img {
    border-radius: var(--bradMed);
    overflow: hidden;
    /* aspect-ratio: 2/1; */
}
.wtp__card_img_bg {
}
.wtp__card_img_site {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(27%);
    width: 40%;
    object-fit: contain;
}
.stakeLogo {
    max-height: 65%;
}
.wtp__card_stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}
.wtp__card_stats p:first-child {
    font-weight: 600 !important;
    font-family: "outfit", sans-serif;
    color: var(--lihtGray10) !important;
}
.wtp__card_stats p span {
    margin-right: 9px;
}
.wtp__descr {
    color: var(--lihtGray10) !important;
    font-weight: 600 !important;
}
.wtp__card ul li {
    margin-left: 28px;
}
.wtp__card ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-124%);
    background: url(../assets/images/greenCheck.svg);
    height: 24px;
    width: 24px;
}
