.referral-program__section {
    max-width: 1063px;
    margin: 75px auto;
}

.referral-program__section .cmp-teaser{
    display: flex;
    position: relative;
    background-color: #F5F4F0;
    border-radius: 10px;
}

.referral-program__section .cmp-teaser__image {
    flex: none;
    position: relative;
    width: 55%;
}
.referral-program__section .cmp-image{
    height: 100%;
}
.referral-program__section .cmp-image__image {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
}

.referral-program__section .cmp-teaser__content {
    padding: 50px 56px 38px;
}

.referral-program__section .cmp-teaser__pretitle {
    color: #7345B2;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 117%;
    margin-bottom: 24px;
}

.referral-program__section .cmp-teaser__title {
    display: block;
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 156%;
    margin-bottom: 4px;
}

.referral-program__section .cmp-teaser__description {
    color: #202020;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 42px;
    max-width: 300px;
}

.referral-program__section .cmp-teaser__action-link {
    display: block;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 30px;
    border: 1px solid #7345B2;
    padding: 12px 39px;
    width: max-content;
    cursor: pointer;
}


.referral-program__section .cmp-teaser {
    flex-direction: row-reverse;
}

.referral-program__section .cmp-teaser__content {
    padding: 50px 68px 42px 72px;
}

.referral-program__section .cmp-teaser__description {
    margin-bottom: 38px;
    max-width: 412px;
}

.referral-program__section .extended-text {
    position: absolute;
    right: 120px;
    color: #5D398F;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    width: 200px;
    bottom: 150px;
}

@media (max-width: 992px) {
    .referral-program__section {
        margin: 50px 20px;
    }

    .referral-program__section .cmp-teaser {
        display: block;
    }

    .referral-program__section .cmp-teaser__image {
        width: 100%;
    }

    .referral-program__section .cmp-image__image {
        height: 279px;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        object-position: left;
    }

    .referral-program__section .cmp-teaser__content {
        text-align: center;
        padding: 31px 53px 27px;
    }

    .referral-program__section .cmp-teaser__pretitle {
        font-size: 22px;
        margin-bottom: 19px;
        line-height: 31px;
    }

    .referral-program__section .cmp-teaser__title {
        color: #202020;;
        font-size: 18px;
        margin-bottom: 9px;
        line-height: 24px;
    }

    .referral-program__section .cmp-teaser__description {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .referral-program__section .cmp-teaser__action-link {
        margin: 0 auto;
    }
    
    

    .referral-program__section .cmp-teaser {
        display: flex;
        flex-direction: column-reverse;
    }

    .referral-program__section .cmp-teaser__content {
        padding: 30px 50px 0px;
    }

    .referral-program__section .cmp-image__image {
        object-position: right;
        margin: 0 auto;
    }

    .referral-program__section .cmp-teaser__description {
        max-width: 100%;
    }


    .referral-program__section .extended-text {
        position: absolute;
        color: #5D398F;
        text-align: center;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 135px;
        bottom: 115px;
    }
}