.video-bg{
    position: relative;
    padding-top: 38%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.video-align{
    justify-content: center;
    align-items: center;
    position: absolute;
    line-height: 100%;
    overflow: hidden;
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.video-align video {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: 100%;
}
.ransom_title {
    margin: 20px 0;
}
.grid.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.grid.steps {
    position: relative;
}
.grid .column {
    margin-bottom: 40px;
    min-height: 1px;
    float: left;
}
.grid.flex .column {
    align-self: stretch;
    position: relative;
}
.grid.four>.column, .grid.four>.column.one {
    width: 25%;
}
.grid.five .column {
    margin-bottom: 40px;
    width: 20%;
}
.grid.flex .column .cell {
    height: 100%;
}
.grid .cell {
    height: 100%;
}
.step-item {
    text-align: center;
    position: relative;
    height: 100%;
}
.step-item .img {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    height: 140px;
}
.step-item .img img {
    max-height: 50%;
    max-width: 50%;
    display: block;
}
.step-item .text {
    padding: 0 5px;
    line-height: 1;
}
.step-item .number {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 44px;
    color: #d5001c;
}
.step-item .bold {
    margin-bottom: 10px;
    font-size: 25px;
    color: #000;
}
.step-item .small {
    font-size: 15px;
    color: #737373;
}
.benefits-item {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    height: 100%;
}
.grid.benefits .column .cell {
    margin-left: 10px;
}
.benefits-item .text {
    padding: 55% 15% 10%;
    position: relative;
    color: #fff;
    z-index: 2;
}
.benefits-item .text .title {
    position: relative;
    line-height: 1.45;
    font-size: 25px;
}
.benefits-item .text .small {
    font-size: 14px;
}
.benefits-item:before {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 80%,#000);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
}
.benefits-item .text .title:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 36px;
    background-image: url("/local/templates/main/images/icon/button_arrow_right_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: -35px;
}
@media screen and (max-width: 1024px) {
    .video-bg{
        margin-bottom: 0;
    }
    .grid.steps {
        display:block;
        margin-top: 0;
        left: auto
    }
    .grid.steps .column {
        margin-bottom: 30px;
        float: none;
        width: auto
    }
    .grid.steps .column:last-child .step-item .img img {
        position: relative;
        max-width: 90%;
        left: -25%
    }
    .grid.benefits .column {
        width: 50%
    }
    .step-item {
        align-items: start;
        text-align: left;
        display: flex!important
    }
    .step-item .img {
        justify-content: start;
        max-width: 25%;
        width: 150px;
        height: auto
    }
    .step-item .img img {
        max-width: 65%
    }
    .step-item .text {
        padding: 0
    }
    .step-item .number {
        margin-bottom: 0;
        font-size: 7vw;
        float: left;
        width: 10vw
    }
    .step-item .bold {
        padding-left: 10vw;
        padding-top: .5vw
    }
    .step-item .small {
        padding-left: 10vw
    }
    .step-item:after {
        display: none
    }
}
@media (max-width: 900px){
    .ransom-page{
        width: calc(100% - 40px);
        margin: auto;
    }
}
@media screen and (max-width: 640px) {
    .step-item {
        align-items: center;
        justify-content: start;
    }
    .grid.benefits .column {
        width:100%
    }
    .grid.benefits .column .cell {
        margin-left: 0px;
    }
    .benefits-item .text {
        padding: 15% 10% 10% 15%;
    }
    .benefits-item .text .title:before {
        top: 5px;
        height: 22px;
        left: -25px;
    }
    .step-item .bold {
        font-size: 22px;
        padding-top: 0;
    }
}
@media (max-width: 450px){
    h1{
        line-height: 24px;
    }
    h2{
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 440px){
    .ransom-container p{
        font-size: 14px;
    }
}