body.mbl-cont {
    max-width: 575px;
    margin: auto;
}

section.logo-area .logo-box{
    padding: 40px 25px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px #91919159;
    margin: 30px 0;
}
section.logo-area .pic-box {
    padding: 25px;
    background-image: url(../img/gam_bg.png);
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px #91919159;
    margin: 30px 0;
    background-position: 0% 100%;
}
.pic-box .inner-box{
    text-align: center;
    margin-top: -90px;
    margin-bottom: 20px;
}

.pic-box img {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    transform: rotate(6deg);
}
.pic-box img.raj_sir{
    transform: rotate(6deg);
}
.pic-box .txt-box h4 {
    color: #d29500;
}
.txt-box.text-center {
    width: 75%;
    text-align: start !important;
    margin-top: -50px;
}

.txt-box h5 {
    color: #0e82a7;
}
@media (max-width:530px) {
    section.logo-area .pic-box {
        background-position: 15% 100%;
    }
    .txt-box.text-center {
        margin-top: 0px;
    }
}

@media (max-width:440px) {
    section.logo-area .pic-box {
        background-position: 25% 100%;
    }
    .txt-box.text-center {
        margin-top: 0px;
    }
    
    
}
@media (max-width:424px) {
    section.logo-area .pic-box {
        background-position: 30% 100%;
    }
    .txt-box.text-center {
        margin-top: 0px;
    }
    
    
}


@media (max-width:374px) {
    section.logo-area .pic-box {
        background-position: 34% 100%;
    }    
    .txt-box.text-center {
        margin-top: 0px;
    }  
}