.unlock {
    margin-top: 140px;
}
.unlock__row {
    text-align: center;
}
.unlock h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #202020;
    margin-bottom: 18px;
}
.unlock p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #10173c;
}
.unlock-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 45px;
    gap: 55px;
}
.unlock-item {
    text-align: center;
    flex-basis: 204px;
    position: relative;
}
.unlock-item:not(:first-of-type)::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    width: 1px;
    height: 100%;
    background: #d0d0e5;
}
.unlock-item h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #202020;
    margin-bottom: 11px;
}
.unlock-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #10173c;
}
.unlock_wrap {
    margin-bottom: -10px;
    max-height: 102px;
}

@media screen and (max-width: 768px) {
    .unlock h2 {
        font-size: 40px;
    }
    .unlock p {
      font-size: 16px;
    }
    .unlock-item h4 {
      font-size: 20px
    }
    .unlock-item p {
      font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .unlock-content-wrapper {
        flex-direction: column;
    }
    .unlock-item {
        flex-basis: auto;
        width: 100%;
    }
    .unlock-item:not(:first-of-type)::before {
        left: 0;
        height: 1px;
        width: 100%;
        top: -15px;
    }
}
