.how-works .bg {
    text-align:center;
    background: url(/assets_web/img/bg_video.png) no-repeat;
    background-size: 100% auto;
    padding: 20px 10px;
}

.how-works .step-box {
    text-align: center;
    font-size: 20px ;
    font-weight: 300;
    padding: 10px;
    min-height: 280px;
}
.how-works .step-box .image {

    height: 150px;
    width: 100%;
}
.how-works .step-box .line {
    border-bottom: 2px solid #f72800;
    margin: 0 10px;
}
.how-works .step-1 { background: url(/assets_web/img/zarejestruj-sie.png) center 10px no-repeat;}
.how-works .step-2 { background: url(/assets_web/img/uzupelnij.png) center 10px no-repeat;}
.how-works .step-3 { background: url(/assets_web/img/dokonaj-transakcji.png) center 10px no-repeat;}
.how-works .step-4 { background: url(/assets_web/img/wyslij-przelew.png) center 10px no-repeat;}
.how-works .step-5 { background: url(/assets_web/img/icon-step-5.png) center 10px no-repeat;}
.how-works .step-box span { 
    font-size: 20px;
    font-weight: bold;
}
    .how-works .how-use {
       margin-top: 30px;
    }
.how-works .how-use p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.video-list .video-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7deef;
}
.video-list .video-row-top {
    border-top: 1px solid #c7deef;
    padding-top: 15px;
}

.video-list img {
    border: 1px solid #25205f;
}
.video-list h2 {
    font-size:22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 8%; 
}
.video-list .title-float {
    float: right;
}
.video-list .video-float {
    float: left;
}

.content-box {
    padding: 10px;
    margin-top: 5%;
}
.content-box {
    padding: 10px;
    margin-top: 5%;
}
.step-1 .content-box,
.step-3 .content-box,
.step-4 .content-box {
    margin-top: 10%;
}

.content-box a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

/*
 * Bootstrap
 */

.modal-header .close {
  margin-top: -9px;
}
