.how {
    color: #ffffff;
    padding-bottom: 155px;
}

.how__container {
    text-align: center;
    max-width: 1260px;
    margin: 0 auto;
}

.how__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    margin-bottom: 70px;
}

.how__title span {
    color: #f7ca60;
}

.how__subtitle {
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 120px;
}

.how__video {
    width: 100%;
    height: 574px;
    margin-bottom: 110px;
    background-size: cover;
    box-shadow: 0px 50px 131px rgba(0, 0, 0, 0.9);
    background-image: url(../img/how/video.png);
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
}
.how__video::after {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.how__video img {
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.how__list {
    display: flex;
    gap: 24px;
    justify-content: center;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.how__item {
    display: flex;
    width: 600px;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    color: #000000;
    text-align: left;
    z-index: 1;
    overflow: hidden;
}

.left-col, .right-col {
    display: flex;
    flex-direction: column;
}

.left-col {
    width: 70%;
}

.right-col {
    justify-content: center;
    align-items: flex-end;
    width: 30%;
}

.how-item__number {
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
    color: #f7ca60;
}

.how-item__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    margin-bottom: 10px;
}

.how-item__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 125%;
}

.how-item__img {
    border-radius: 10px;
    display: flex;
    max-width: 100%;
}

.how__button {
    padding: 0 25px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    background: linear-gradient(293.89deg, #f6c150 35.44%, #fded9b 94.34%);
    border-radius: 100px;
    box-shadow: 0px 4px 50px #ffd57a;
    border: none;
    margin: 0 auto;
    z-index: 1;
    cursor: pointer;
    border-bottom: 3px solid #c49028;
}

@media (max-width: 576px) {
    .how {
        padding-bottom: 0px;
    }
    .how__container {
        max-width: 280px;
    }
    .how__title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .how__subtitle {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .how__video {
        height: 120px;
        margin-bottom: 50px;
    }
    .how__video img {
        width: 47px;
    }
    .how-item__number {
        display: none;
    }
    .how-item__title {
        font-size: 18px;
        line-height: 122%;
        z-index: 1000;
        margin-bottom: 10px;
    }
    .how-item__text {
        font-size: 12px;
        line-height: 130%;
        z-index: 1000;
    }
    .how-item__img {
        z-index: -1000;
    }
    .how__item .img-1 {
        width: 150px;
    }
    .how__item .img-2 {
        width: 94px;
        right: 0px;
        top: 5px;
    }
    .how__item .img-3 {
        width: 100px;
        right: 0px;
        bottom: 40px;
    }
    .how__item .img-4 {
        top: 8px;
        width: 110px;
        right: 0px;
    }
    .how__item .img-5 {
        width: 60px;
        top: 5px;
        right: 10px;
    }
    .how__item .img-6 {
        width: 80px;
        top: 7px;
        right: 2px;
    }
    .how__item:last-of-type .how-item__title {
        margin-bottom: 15px;
    }
    .how__list {
        margin-bottom: 20px;
    }
    .how__button {
        width: 100%;
        height: 60px;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px;
        border-bottom: 3px solid #c49028;
        box-shadow: 0px 4px 30px rgba(255, 213, 122, 0.5);
    }
}
