.refferal {
    border-radius: var(--bradMed);
    background: url(../assets/img/reffProgramBG.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: row;
    padding: 70px 143px 70px 100px;
    gap: 122px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.readyToCreate {
    background: var(--white20);
    padding: 0px;
}
.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;
}
.refferal h2 {
    color: white !important;
}
.refferal p {
    color: #f8f8f8 !important;
}
.readyToCreate h2 {
    color: inherit !important;
}
.readyToCreate p {
    color: inherit !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;
}
.refferal_img img {
    object-fit: contain;
}

@media (max-width: 1111px) {
    .refferal {
        gap: 34px;
        flex-direction: column;
        padding: 70px;
        background-size: unset;
    }
    .refferal_img {
        /* max-width: 489px; */
        aspect-ratio: 1.5/1;
    }
    .refferal_img img {
        object-fit: cover;
    }

    .refferal > div:first-child {
        width: 100%;
        padding: 0;
    }
    .readyToCreate .refferal_img {
        display: none;
    }
}

@media (max-width: 768px) {
    .refferal {
        padding: 8vw;
    }
}
