.logo_make{
    
    /* height: 90px; */
    /* width: 70%; */
    height: 77px;
}

@media only screen and (max-width: 420px) {
 .logo_make{
    
   
    height: 60px;
}
}

.ftrlogo{
    width: 50%;
}
.m_vboxa{
    padding: 20px;
    background: #eff1ed;
    border-radius: 10px;
    height: 100%;

}
.m_vboxa p{
    line-height: 2;/* try 0.6 to 0.8 */
    margin: 0;         /* remove default paragraph spacing */
    padding: 0;
}

.m_vbox{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #eff1ed;
    border-radius: 10px;
    height: 100%;

}

.mv_img{
    width: 100px;
    height: 100px;
}
.m_vbox p{
    text-align: justify;
}

/* .mainhd{
    height: 120px!important;
} */