.wechat-below{
    margin-top:15px;
    text-align:center;
}

.wechat-below p{
    color:#fff;
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}

.wechat-below img{
    width:90px;
    height:90px;
    background:#fff;
    padding:4px;
    border-radius:6px;
}
.left-section{
    position: relative;
}

/* QR ko Get Direction ke niche fix karo */
.wechat-below{
    position: absolute;
    left: 55px;
    top: 195px; /* adjust kar sakte ho */
    text-align: center;
}

.wechat-below p{
    color:#fff;
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}

.wechat-below img{
   width:80px;
    height:80px;
    background:#fff;
    padding:4px;
    border-radius:6px;
    margin-left: -48px;
    margin-top: 5px;
}
/* MOBILE VIEW */
@media (max-width:768px){

    .left-section{
        position: relative;
    }

    .wechat-below{
        position: absolute;
        left: 170px;   /* Get Direction ke bagal */
        top: 155px;
        margin-top: -25px;
    }

    .wechat-below img{
        width: 70px;
        height: 70px;
        margin: 0;
    }
}