

/*.bank_detail{

  background-image: url("http://rujapan.local/assets/fronend/images/banking_details.png");

  width: 100%;

  height: 100vh;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  .bank-info{

    margin-top: 4%;

    margin-right: 5%;

    .title{

        text-align: center;

        h3{

            color: var(--main-color);

            font-weight: 600;

            font-size: 20px;

        }

    }

    float: right;

    table, td{

        border: 2px solid #CBCBCB;

        padding: 8px 30px;

        background-color: #EFEFEF;

    }

    table{

        text-transform: uppercase;

        .head-item,.descrition{

           font-size: 14px; 

           font-weight: 500;

           text-align: start;

        }

    }

  }

}*/



@media(max-width:1200px) {

    .bank_detail{

        width: 1000px;

        background-position: 10% 40%;

    }

}

@media(max-width:1000px) {

    .bank_detail{

        width: 1000px;

    }

}