@media (max-width: 768px) {
    *{
        font-size: 13px !important;
    }
    .backp{
        display: block !important;
        height: auto !important;
    }
    .sink{
        display: block !important;
        height: auto !important;
        padding-bottom: 30px !important;
    }
    .bp1{
        width: 100% !important;
        height: 500px !important;
    }
    .bp2{
        width: 100% !important;
        height: auto !important;
    }
    .sinkorg{
        display: grid !important;
        padding-right: 0 !important;
        padding-top: 50px !important;
        width: 70% !important;
    }
    .colorp{
        order: 2 !important;
        position: relative !important;
        display: flex !important;
        justify-content: center;
    }
    .right{
        right: auto !important;
    }
    .itemc{
        width: 48px !important;
        margin-bottom: 0 !important;
        margin-left: 5px !important;
    }
    .sinkorg2{
        display: grid !important;
        padding-left: 0 !important;
        padding-top: 50px !important;
        width: 70% !important;
    }
    .sinkimg{
        order: 1 !important;
        margin: auto !important;
        width: 220px !important;
        height: auto !important;
    }
    .backlogo{
        width: 70% !important;
        height: auto !important;
    }
    .matn{
        order: 3 !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 80px !important;
    }
    .namep{
        font-size: 13px !important;
        text-align: center !important;
    }
    .desc{
        line-height: 2 !important;
    }
    .pex{
        width: 65% !important;
    }
    .left{
        left: auto !important;
    }
    .dmm{
        display: none !important;
    }
    .icon{
        margin-bottom: 0 !important;
        width: 35px !important;
        height: 35px !important;
    }
    .pop{
        width: 80% !important;
    }
    .icon3{
        width: 55px;
        height: 55px;
    }
    .iconm{
        background-color: #000;
    }
    .div-m-load{
        margin-bottom: 150px !important;
    }
    .p11{
        width: 22% !important;
        top: 45.1% !important;
        right: 0.6% !important;
    }
    .p22{
        width: 15% !important;
        top: 56.3% !important;
        right: 30% !important;
    }
    .p44{
        width: 17% !important;
        top: 65.9% !important;
        right: 24% !important;
    }
    .p33{
        width: 16% !important;
        top: 59.3% !important;
        right: 5% !important;
    }
    .berand{
        width: 30% !important;
        margin: 40% auto auto !important;
    }
}

.dashmobile{
  background-color: rgb(42 37 37 / 74%);
  border-radius: 15px;
  padding: 20px !important;
  scrollbar-width: 0;
  width: 70%;
}

.dashmobile > a:hover{
  color: #ffffff !important;
  margin-right: 20px !important;
}

.dashmobile > a{
  text-decoration: none !important;
  width: 100%;
  display: block;
  padding: 10px 20px 0px 0px !important;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  border-radius: 0px 1000px 0px 0px;
  margin-bottom: 15px !important;
  color: #ccc5c5;
  transition: all 0.4s ease;
  font-size: 14px !important;
}