.b2b-latest-projects .item{
  position:relative;
  z-index:1;
}
.b2b-latest-projects .item a:before{
  content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
}
body img{
  max-width:100%;
}
body svg{
  max-width:100%;
}
.b2b-sections{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.b2b-sections > div{
  position:relative;
}
.b2b-sections > div a:before{
  content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.form .form-group .input{
  padding:1px;
}
[name="report"] select.form-control{
  margin-top:35px;
  margin-bottom:10px;
}
@media screen and (max-width: 1024px){
  .b2b-latest-projects .item{
    padding:20px;
  }
  .b2b-latest-projects .item a{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding:0;
  }
  .b2b-latest-projects .item img{
    margin-right:20px;
    width:40%;
    min-width:40%;
    margin:0 20px 0 0;
    float:none;
  }
}
@media screen and (max-width: 991px){
  .b2b-params{
    padding-top:20px;
    display:block;
    min-height:1px;
  }
  .b2b-params-row{
    padding:20px 0 0 !important;
  }
  .b2b-get-docs{
    padding:20px;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around;
  }
  .b2b-get-docs svg{
    margin:10px;
  }
  .b2b-get-docs > div{
    padding-top:0 !important;
  }
  .b2b-get-docs a{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    text-align:center;
    line-height:1.2;
  }
  .report{
    padding:30px 20px 0;
    margin-bottom:40px;
  }
  .report .row{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    text-align:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
  .report .col-md-6:last-child{
    padding-bottom:30px;
    -webkit-box-ordinal-group:0;
    -webkit-order:-1;
        -ms-flex-order:-1;
            order:-1;
  }
  .report a{
    line-height:1.2;
  }
}
@media screen and (max-width: 768px){
  .b2b-latest-projects .item{
    width:100% !important;
    padding:10px;
  }
  .b2b-sections{
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
  }
  .b2b-sections > div{
    -webkit-box-flex:1;
    -webkit-flex:1 o auto;
        -ms-flex:1 o auto;
            flex:1 o auto;
    width:50%;
    padding:20px 10px;
  }
  .b2b-sections > div:last-child{
    width:100%;
  }
  .b2b-sections > div a{
    margin-top:0;
  }
  .b2b-sections > div svg{
    max-height:70px;
    min-height:1px !important;
  }
}
@media screen and (max-width: 380px){
  .b2b-latest-projects .item{
    padding:10px;
  }
  .b2b-latest-projects .item a{
    display:block;
  }
  .b2b-latest-projects .item img{
    min-width:1px;
    width:100%;
    margin-bottom:10px;
  }
  .b2b-sections > div{
    width:100%;
  }
}
