.tataLogo {
    width: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: center;
}
.navbar .tataLogo {
    margin: .5rem 0 !important;
    width: 50px;
    height: 50px;
    background-image: url("../imgs/white_logo.PNG");
    padding: 0;
    background-position: center;
    background-size: contain;
}
/* span.mainPara {
    font-size: 2rem;
    line-height: 3.5rem;
    display: inline-block;
    width: 100%;
}
span.mainPara, .mainActive {
    font-size: 2.5rem;
    line-height: 3.5rem;
    display: inline-block;
    margin-bottom: 2.5rem;
    width: 100%;
} */
.contact-border{
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 10%);
}
.contact-icon{
    height: 52px;
    width: auto;
}
.panel {
    
    margin-left: -3.5rem;
}