.how-it-works {
    padding: 100px 12px;
}

.how-it-works-title {
    font-family: "Inter";
    font-size: 52px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

.how-it-works-steps {
    position: relative;
    max-width: 1140px;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 0 auto;
}

.how-it-works-step {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    width: 100%;
    height: auto;
    display: block;
    fill: #fff;
}

.how-video iframe {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    width: 100%;
    height: 708px;
    border: none;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .how-it-works-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .how-it-works {
        padding: 50px 12px;
    }
    .how-it-works-title {
        font-size: 8.4vw;
    }
    .how-video iframe,
    .how-it-works-step {
        height: 80vh;
    }
}