.desktop {
    display: block;
}
.mobile {
    display: none;
}

.how-to-use__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}

.how-to-use__plit-wrapper {
    width: 100%;
    min-height: 480px;
    background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%), #C4C4C4;
    opacity: 1;
    overflow: hidden;
    position: relative;
}

.how-to-use__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper {
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    transition: .2s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refer-how-it-works__plit-wrapper__circle-icon-wrapper__blur {
    transition: .2s;
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 1;
    /*background: #FB543E;*/
    /*filter: blur(50px);*/
}

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

.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;
    color: #FFFFFF;
    transition: .2s;
}

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

@media screen and (max-width: 991px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: flex;
    }

    .how-to-use__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .how-to-use__plit-wrapper {
        margin-top: 20px;
        width: 100%;
        min-height: 400px;
        background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%), #C4C4C4;
        opacity: 1;
        overflow: hidden;
        position: relative;
    }

    .how-to-use__description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%
    }

    .refer-how-it-works__plit-wrapper__circle-icon-wrapper {
        width: 130px;
        height: 130px;
        box-sizing: border-box;
        transition: .2s;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
