/*screen-about begin*/
/*#header-second{
position: relative;

}
#header-second-particle{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}*/
.screen-about_img{
  width: 40%!important;
  padding-right: 20px;
}

.header{
	position: relative;

}
#header-second-particles-js{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.header-bottom {
    padding-bottom: 40px;
}
.blk-text p{
	padding-bottom:10px;
	text-align: justify;
  font-size: 16px;
}
.blk-text p:last-child{
	padding-bottom:0;
}
.screen-credit-history .form-check label {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    margin-bottom: 14px;
    height: 40px;
}
.screen-credit-application .form-check label {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    height: 40px;
}
#provider-json{
  width: 100%!important;
}
@media screen and (max-width: 650px) {
.blk-text object {
    max-width: 25%;
    }
  }
  @media screen and (max-width: 550px) {
.blk-text object {
    max-width: 30%;
    }

    .blk-text p {
    text-align: left;

}
  }
@media screen and (max-width: 450px) {
  .blk-text p{
    font-size: 14px;
  }
  .blk-text object {
    max-width: 40%;
    }
}
@media screen and (max-width: 350px) {
.screen-about_img {
    width: 46%!important;
    }
     .blk-text object {
    max-width: 46%;
    }
  }
/*screen-about end*/