header{
 padding:30px 0;
}
header img{
 max-width:150px;
}
img{
 max-width:100%;
}
.section_01{
 padding:50px 0;
}
.section_01 .row{
 align-items:center;
}
.section_02{
 padding:80px 0;
 border-top:1px solid #eee;
 border-bottom:1px solid #eee;
}
.section_03{
 padding:100px 0;
}
.section_03 p{
 line-height:30px;
}
footer{
 border-top:1px solid #eee;
 padding:60px 0 60px 0;
}
footer a{
 display:inline-block;
 margin-right:25px;
}
.btn-primary{
 border:none;
 background:#e1242a;
}
.btn-primary:hover{
 border:none;
 background:#000;
}
.form-check label{
 font-size:14px;
}
.bc-iframe, .bc-iframe body, .bc-player-zxEbd9DS4_default, .bc-player-zxEbd9DS4_default .vjs-poster {
    background-color: #fff!important;
}
.error{
 color:#e1242a;
 font-size:12px;
}

@media only screen and (max-width: 768px) {
 .section_03 img{
  margin-bottom:30px;
 }

}