.xperia-how-we-do-it-wrap {
    width: 100%;
    max-width: 698px;
    font-family: Inter, sans-serif;
    color: #ffffff;
}

.xperia-how-we-do-it-wrap *,
.xperia-how-we-do-it-wrap *::before,
.xperia-how-we-do-it-wrap *::after {
    box-sizing: border-box;
}

.xperia-how-we-do-it-scroll {
    width: 100%;
    max-height: 476px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.xperia-how-we-do-it-scroll::-webkit-scrollbar {
    display: none;
}

.xperia-how-we-do-it-card {
    width: 100%;
    min-height: 476px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    scroll-snap-align: start;
}

.xperia-how-we-do-it-card + .xperia-how-we-do-it-card {
    margin-top: 70px;
}

.xperia-how-we-do-it-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.xperia-how-we-do-it-icon {
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
}

.xperia-how-we-do-it-icon svg {
    display: block;
    width: 78px;
    height: 78px;
}

.xperia-how-we-do-it-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.xperia-how-we-do-it-content h3 {
    margin: 0;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.xperia-how-we-do-it-desc {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.xperia-how-we-do-it-desc p {
    margin: 0;
}


.xperia-how-we-do-it-techs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.xperia-how-we-do-it-techs span {
    min-height: 57px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
}



@media (max-width: 767px) {
    .xperia-how-we-do-it-wrap {
        max-width: 100%;
    }

    .xperia-how-we-do-it-scroll {
        max-height: 560px;
        padding-right: 6px;
    }

    .xperia-how-we-do-it-card {
        min-height: 550px;
        gap: 32px;
    }

    .xperia-how-we-do-it-card + .xperia-how-we-do-it-card {
        margin-top: 50px;
    }

    .xperia-how-we-do-it-main {
        gap: 30px;
    }

    .xperia-how-we-do-it-content h3 {
        font-size: 34px;
    }

    .xperia-how-we-do-it-desc {
        font-size: 16px;
    }

    .xperia-how-we-do-it-techs {
        gap: 14px;
    }

    .xperia-how-we-do-it-techs span {
        min-height: 50px;
        padding: 11px 20px;
        font-size: 15px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .xperia-how-we-do-it-content h3 {
        font-size: 30px;
    }

    .xperia-how-we-do-it-techs span {
        width: 100%;
    }
        .xperia-how-we-do-it-card {
        min-height: 660px;
        gap: 32px;
    }
}
