
body{
    padding: 0;
    margin: 0;
    }
  .site-back{
    background:url(inzet_assets/check_back.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding:7% 5%;
  }
  .site-back img{
    box-shadow:   0 8px 25px 0 rgb(0 0 0 / 77%);
  }
    .banner .conten{
    padding-left: 15%;
    }
  h6{
    color: #d0d0d0;
    font-size: 20px;
  }
  .royal .main .line{
    background-color:#13b6b7;
    height: 40px;
    margin-left: -3%;
  }
  .royal .banner h1{
    font-size: 130px;
    color:  #13b6b7;
   margin-top: -5%;
  }
  .royal .banner p{
    color: #000;
    padding-right: 5%;
  }
  .royal .banner .img{
    margin-right: -1.5%;
  }
  .royal .main h4{
    color: #13b6b7;
    font-size: 40px;
  }
  .royal h3{
    color: #ffc107;
    font-size: 45px;
  }
  .royal h2{
    color: #000;
    font-size: 50px;
  }
  .royal p{
    font-size: 14px;
    color: #ccc;
  }
  @media screen and (max-width: 600px) {
    .royal .banner h1 {
    font-size: 80px;
  }
  h6{
    font-size: 16px;
  }
    .royal .header h2 {
    font-size: 35px !important;
    text-align: center !important;
  }
    .royal .txt {
    margin-left: 0% !important;
  }
    .royal .imgg img {
    width: 100% !important;
    height: 100% !important;
  }
  }