.how-it-works-size{
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
}
/*
    header
 */
section.how-it-works .header {
    background-image: url("https://www.watchesworld.com/wp-content/themes/ww2/assets/images/page-hove_it_works/fon.png");
    width: 100vw;
    height: 300px;
    display: flex;
    align-items: center;
    background-color: #F7EEE6;
    margin-bottom: 60px;
    padding-left: 80px;
}

section.how-it-works .header .title {
    font-family: "Univers LT Std";
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 49px;
    color: #000000;
    display: flex;
}

/*
    block 1
 */
.block-1{
    padding: 0 80px;
}
.block-1-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block-1 .el-1 {
    padding-top: 20px;
    padding-bottom: 70px;
}
.block-1 .el-1 .el-1-description{
    font-family: "Univers LT Std";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.12em;
    text-align: left;
    margin-bottom: 10px;
    color: #808080;
}
.block-1 .el-1 .el-1-title {
    margin-bottom: 10px;
    display: flex;
}
.block-1 .el-1 .el-1-title .el-1-title-icon {
    margin-right: 6px;
    margin-top: -3px;
}
.block-1 .el-1 .el-1-title .el-1-title-text{
    font-family: "Univers LT Std";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
}

.block-1 .el-1 .el-1-content {
    font-family: "Univers-Light-Normal";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 20px 0;
}
.block-1 .el-1 .el-1-list .el-1-list-item{
    display: flex;
}

.el-1-list-item-icon{
    margin-right: 9px;    
}

.el-1-list-item-icon img{
    width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
}

.block-1 .el-1 .el-1-list .el-1-list-item .el-1-list-item-text{
    font-family: "Univers-Light-Normal";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.block-1 .el-2{
    width: 100%;
}
.block-1 .el-2 img{
    height: 100%;
}

/*
    Style for line
 */

.how-it-works .line-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 6px;
    margin-bottom: 20px;
}


.how-it-works .line-block .text {
    font-family: "Univers LT Std";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #808080;
    white-space: nowrap;
    margin-right: 15px;
}

.how-it-works .line-block .line {
    border-bottom: 1px solid #E5E5E5;
    height: 1px;
    width: 100%;
}

.how-it-works .line-block-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 6px;
    margin-bottom: 20px;
}

.how-it-works .line-block-2 .text {
    font-family: "Univers LT Std";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    margin-right: 15px;
}

.how-it-works .line-block-2 .line {
    border-bottom: 1px solid #BFBFBF;
    height: 1px;
    width: 100%;
}

/*
    steps
 */

.step-row{
    row-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    margin-bottom: 27px;
}
.step-row .step-arrow{
    display: flex;
}
.step-row .step-arrow:nth-last-child(1){
    display: none;
}
.step-row .step-arrow img{
    width: 100%;
}


.step-block{
    padding: 20px;
    min-height: 360px;
    border: 1px dashed #808080;
    position: relative;
}

.step-block .icon{
    margin-bottom: 22px;
}

.step-block .step {
    font-family: "Univers LT Std";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.step-block .title{
    font-family: "Univers LT Std";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #DEBB9C;
    margin-bottom: 8px;
}
.step-block .description{
    font-family: "Univers-Light-Normal";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
}
/*
    btn for block-1
 */
.how-it-works .btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.how-it-works .btn a{
    font-family: "Univers LT Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: white;

    width: auto;
    height: 44px;
    background: black;
    border: none;
    transition: background-color 300ms, color 300ms;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 60px;
    padding: 0 26px;
}
.how-it-works .btn a:hover{
    background-color: #F3F4F4;
    color: black;
}
.block-2{
    background: #F3F4F4;
    padding: 0 80px;
}
.block-2 .block-2-title{
    display: flex;
    padding-top: 100px;
}
.block-2 .block-2-title .title-icon{
    margin-right: 4px;
}
.block-2 .block-2-title .title-text{
    font-family: "Univers LT Std";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.block-2-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 21px;
    column-gap: 20px;
    row-gap: 50px;
}
.block-2-row .el{
    width: 50%;
}
.block-2-row .el .title{
    font-family: "Univers LT Std";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
.block-2-row .el .description{
    font-family: "Univers-Light-Normal";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;    
    max-width: 522px;
}

.how-it-works-size .step-block .title {
    justify-content: left;
}

@media (min-width: 1600px) {
    .block-2-row .el .description {
        max-width: 82%;  
    }

    .block-2-row .el:last-child .description {
        max-width: 100%;  
    }
}

@media (max-width: 1200px) {
    .step-row{
        display: grid;
        grid-template-columns: 1fr 25px 1fr;
    }
    .step-row .step-arrow:nth-child(4){
        display: none;
    }
}
@media (min-width: 851px) {
    .block-1 .el-1{
        max-width: 522px;
    }
    .block-1 .el-2{
        max-width: 650px;
    }
}
@media (max-width: 850px) {
    section.how-it-works .header {
        margin-bottom: 40px;
        padding-left: 74px;
    }
    .how-it-works-size .title{
        display: flex;
        justify-content: center;
    }
    .block-1, .block-2 {
        padding: 0 20px;
    }
    .block-1-row{
        flex-direction: column;
    }
    .block-1 .el-1{
        padding-bottom: 10px;
    }
    .block-1 .el-1 .el-1-list{
        display: none;
    }
    .block-1 .el-2{
        margin-top: 10px;
        margin-bottom: 70px;
        width: 100%;
    }
    .step-row{
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .step-row .step-arrow:nth-child(2n){
        display: none;
    }
    .how-it-works .btn{
        padding-left: 0;
        padding-right: 0;
    }
    .how-it-works .btn a{
        width: 100%;
        margin-bottom: 50px;
    }
    .block-2 .block-2-title{
        padding-top: 31px;
    }
    .block-2 .block-2-title .title-text{
        font-size: 21px;
        line-height: 25px;
    }
    .block-2-row{
        flex-direction: column;
        margin-bottom: 22px;
        margin-top: 10px;
    }
    .block-2-row .el .description{
        width: 100%;
    }
    .block-2 .line-block{
        display: none;
    }
    .el-1-title-text{
        font-size: 21px;
        line-height: 25px;
    }
    .header{
        padding-left: 0 !important;
    }
    .block-1-row .el-2{
        display: flex;
        justify-content: center;
    }
    .block-2-row .el{
        width: 100%;
    }

    h1 {
       text-align: center !important;
       padding: 10px !important;
       justify-content: center !important;
    }

    .block-1 .el-1 .el-1-title .el-1-title-text {
        white-space: unset;
    }
}
