@media only screen and (max-width: 420px){
    
    .inner-card::after {
        position: absolute;
        content: "";
        background-size: contain;
        height: 21%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -2;
        clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
    }
.inner-card::before {
    position: absolute;
    content: "";
    background-image: url(../images/card.png);
    background-size: cover;
    height: 21%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
    opacity: 0.4;
}
.nm {
    position: absolute;
    top: 8%;
    left: 0%;
    transform: translate(0%,-50%);
    padding: 0 10px;
}
.image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
}
.image {
    position: absolute;
    top: 16%;
    left: 78%;
    transform: translate(-50%,-50%);
}
.ab {
    position: absolute;
    top: 36%;
    left: 0%;
    transform: translate(0%,-50%);
    padding: 0 10px;
}
.ab .d-flex{    
    position: absolute;
    top: 5px;
    right: 4%;
    
}
.sp {
    text-align: center;
    position: relative;
    margin-top: 2.5rem;
}
.sp::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg,transparent,blue,transparent);
    background-size: contain;
    top: -12px;
    left: 15%;
    height: 1px;
    width: 67%;
    /* margin: auto; */
}
.sp::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg,transparent,blue,transparent);
    background-size: contain;
    bottom: -12px;
    left: 15%;
    height: 1px;
    width: 67%;
    /* margin: auto; */
}
    .nm h4 {
        margin-bottom: 0;
        font-size: 25px;
    }
    .ab .d-flex h5 {
        margin-bottom: 0;
        font-size: 22px;
        opacity:0;
    }
.ab span {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 22px;
}
.social {
    position: absolute;
    top: 70%;
    left: 0%;
    transform: translate(0%,-50%);
    padding: 0 10px;
}
.scclo {
    position: absolute;
    top: 96%;
    left: 0%;
    transform: translate(0%,-50%);
    width: 100%;
    padding: 7px 20px;
    justify-content: center;
}
.qrc img {
    width: 35% !important;
}
.qrc{
    text-align:center;
}
.inner-card {
    box-shadow: black 0px 5px 11px -7px;
    padding: 2rem 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.sc-dt p {
    margin-bottom: 0;
    font-size: 15px;
    color: black;
    letter-spacing: 0.55px;
}
    .social-tp{
        margin-bottom: 10px;
    }
    .sc-img img {
        width: 17px;
        height: 17px;
        opacity: 0.5;
        margin-top: -4px;
    }
}