.refer-how-it-works {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.refer-how-it-works__plit-wrapper {
    width: 31%;
    min-height: 530px;
    background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%), #C4C4C4;
    opacity: 1;
    border-top-right-radius: 50px;
    overflow: hidden;
    position: relative;
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper {
    transition: .2s;
    position: relative;
    transform: translate(-100px, -100px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 325px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper__inner-circle {
    transition: .4s;
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper__blur {
    transition: .2s;
    position: absolute;
    width: 265px;
    height: 265px;
    opacity: 0;
    background: #FB543E;
    filter: blur(150px);
}

.refer-how-it-works__plit-wrapper__contents {
    margin-top: -120px;
    padding: 45px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*.refer-how-it-works__plit-wrapper__contents h3{*/
/*    position: relative;*/
/*    font-size: 41px;*/
/*    top: -67px;*/
/*    right: -11px;*/
/*    font-weight: 100;*/
/*    margin-bottom: 0;*/
/*    margin-top: 0;*/
/*}*/
.refer-how-it-works__plit-wrapper__contents h3{
    font-family: Futura PT;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.1;
}

.refer-how-it-works__plit-wrapper__contents h2{
    font-family: Futura PT;
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.5;
    transition: .2s;
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper__icon {
    top: 45px;
    left: 45px;
    position: absolute;
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper__icon .icon{
    fill: #FFFFFF;
    opacity: 0.1;
    transition: .2s;
}

.refer-how-it-works__plit-wrapper:hover .refer-how-it-works__plit-wrapper__circle-icon-wrapper__icon .icon{
    fill: #F1523C;
    opacity: 1;
    z-index: 100;
}

.refer-how-it-works__plit-wrapper:hover .refer-how-it-works__plit-wrapper__contents h2{
    font-family: Futura PT;
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 1;
}

.refer-how-it-works__plit-wrapper:hover .refer-how-it-works__plit-wrapper__circle-icon-wrapper__blur {
    opacity: 1;
}

.refer-how-it-works__plit-wrapper:hover .refer-how-it-works__plit-wrapper__circle-icon-wrapper__inner-circle {
    width: 300px;
    height: 300px;
    background: rgba(251, 84, 62, 0.04);
    border: 2px solid rgba(251, 84, 62, 0.15);
}

.refer-how-it-works__plit-wrapper:hover .refer-how-it-works__plit-wrapper__circle-icon-wrapper {
    width: 400px;
    height: 400px;
    background: rgba(251, 84, 62, 0.04);
    border: 2px solid rgba(251, 84, 62, 0.15);
}

@media screen and (max-width: 991px){
    .refer-how-it-works {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .refer-how-it-works__plit-wrapper {
        width: 100%;
        min-height: 450px;
        background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%), #C4C4C4;
        opacity: 1;
        border-top-right-radius: 50px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px){
    .refer-how-it-works {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .refer-how-it-works__plit-wrapper {
        width: 100%;
        min-height: 450px;
        background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%), #C4C4C4;
        opacity: 1;
        border-top-right-radius: 50px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
}
