.__desktop-show {
    display: block;
}
.__mobile-show {
    display: none;
}
.how-we-works__flip-card:hover {
/*     padding: 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
    border: 3px solid transparent; */
}
.how-we-works__flip-card {

    perspective: 1000px;
    height: 300px;
}
.how-we-works__flip-card p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
	padding: 0 8px;
}
.how-we-works__flip-card h3 {
    margin: 0;
}
.how-it-works__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
/*     background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box; */
    border: 2px solid #DFDFDF;
	padding: 1px;
    border-radius: 24px;
    transform-style: preserve-3d;
}
.how-we-works__flip-card:hover .how-it-works__inner {
	padding: 0;
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #D39C10 7.66%, #F1CE0B 100%) border-box;
    transform: rotateY(180deg);
}
.how-it-works__front, .how-it-works__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.how-it-works-item__head {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.how-it-works-item__head img {
    height: 100px;
    width: auto;
    display: block;
    object-fit: contain;
}

.how-it-works__back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
}

.how-we-works__flip-card:not(.__last):after {
    content: "";
    position: absolute;
    width: 36px;
    height: 20px;
    right: -52px;
    top: 50%;
    bottom: unset;
    left: unset;
    margin-left: unset;
    margin-top: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='24' viewBox='0 0 41 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.8107 13.0607C40.3964 12.4749 40.3964 11.5251 39.8107 10.9393L30.2647 1.3934C29.6789 0.807614 28.7292 0.807614 28.1434 1.3934C27.5576 1.97919 27.5576 2.92893 28.1434 3.51472L36.6287 12L28.1434 20.4853C27.5576 21.0711 27.5576 22.0208 28.1434 22.6066C28.7292 23.1924 29.6789 23.1924 30.2647 22.6066L39.8107 13.0607ZM0.75 13.5L38.75 13.5L38.75 10.5L0.75 10.5L0.75 13.5Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.how-we-works__flip-card:last-child:after {
    display: none;
}
@media(max-width: 1200px) {
    .__desktop-show {
        display: none;
    }
    .__mobile-show {
        display: block;
    }
}
.how-it-works-content {
    margin-top: 40px;
}
.how-it-works__back p {
    color: #636363;
    font-family: Axiforma;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (min-width: 1200px) {
    .how-it-works-content > div {
        width: calc(33.322% - 48px);
    }
    .how-it-works__back p {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }
}