.footer__mobile{
    
    background: #102D4A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 21px;
    padding-bottom: 20px;
    margin-top:50px;
}

.footer__line{
    width: 90%;
    margin: 0 auto;
    background: white;
    height: 1px;
}

.footerlink{

    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #FFFFFF;
    
    text-decoration: none;
}

.links__wrapper{
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}
.links__footermob {
    display: grid;
  
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(3, 1fr);
    row-gap: 21px;
    justify-content: space-between;
    
    
}


.numberm{
     
     flex-direction: column;
     gap: 5px;
}
.linkitem, .number__text, .worktimetime{
    font-size: 14x;
}
.info__footermob__wrapper{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.number_worktime, .logom{
    flex-direction:column;
    gap: 20px;
}

.logom{
    justify-content: space-between;
}
.numberm{
    gap: 5px;
}
.number__text{
    margin-top: -5px;
}

.worktimehead{
    font-size: 12px;
}

.numbers{
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;

color: #FFFFFF;


}

.smalltext{
    font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 300;
font-size: 10px;
line-height: 12px;

color: #FFFFFF;
}

.numberm{
    
}


