.refferal {
    border-radius: var(--bradMed);

    display: flex;
    flex-direction: row;
    padding: 70px 143px 70px 100px;
    gap: 122px;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.readyToCreate {
    /* background: var(--innerBg); */
    padding: 0px;
    border-radius: var(--brad);
    gap: 0 !important;
}
.refferal > div {
    flex: 1 1 42.5%;
}

.refferal > div:first-child {
    /* width: 50%; */
    padding: 60px 0;
}
.readyToCreate > div:first-child {
    padding: 100px 0 100px 100px;
}
@media (min-width: 768px) {
    .refferal h2 {
        color: #000000 !important;
    }
    .refferal p {
        color: #333333 !important;
    }
}
.readyToCreate h2 {
    color: #000000 !important;
}
.readyToCreate p {
    color: #333333 !important;
}
.refferal > div > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.refferal > div > div > a {
    flex: 1 1 47.5%;
}

.refferal_img {
    /* max-width: 489px; */
    /* aspect-ratio: 1.5/1; */
    border-radius: var(--bradMed);
    overflow: hidden;
    mask-image: linear-gradient(to left, #000 0%, #000 70%, transparent 100%);
    @media (max-width: 768px) {
        mask-image: linear-gradient(
            to top,
            #000 0%,
            #000 70%,
            transparent 100%
        );
    }
}
.refferal_img img {
    object-fit: cover;
}

@media (max-width: 1111px) {
    .refferal {
        gap: 0px;
        flex-direction: column;
        padding: 70px;
        background-size: unset;
        padding: 0;
    }
    .refferal {
        padding: 0;
    }
    .refferal > .hColorBlack {
        padding: 8vw !important;
    }
    .refferal_img {
        /* max-width: 489px; */
        aspect-ratio: 1.5/1;
    }
    .refferal_img img {
        object-fit: cover;
    }

    .refferal > div:first-child {
        width: 100%;
    }
    .readyToCreate .refferal_img {
        /* display: none; */
    }
}

@media (max-width: 768px) {
}

.mining-cta {
    background: linear-gradient(
        135deg,
        rgba(255, 127, 43, 0.12),
        rgba(255, 127, 43, 0.05)
    );
    border: 1px solid rgba(255, 127, 43, 0.2);
    padding: 80px 20px;
    text-align: center;
    justify-content: center;

    & a {
        max-width: max-content;
    }
}

.mining-cta__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mining-cta__content h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.mining-cta__content p {
    color: #333333;
    margin-bottom: 40px;
    font-size: 1.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mining-cta__features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.feature {
    /* background: #ffffff; */
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    text-align: center;
}

.feature h3 {
    color: #000000;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.feature p {
    color: #666666;
    font-size: 0.9rem;
}

.btn__fill_large {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .mining-cta__features {
        flex-direction: column;
        align-items: center;
    }
    .feature {
        max-width: 100%;
    }
    .mining-cta__content h2 {
        font-size: 2rem;
    }
    .mining-cta__content p {
        font-size: 1rem;
    }
}
