.hero-content .line-text::before {
    left: unset !important;
    right: -30%;
    background: var(--white-color) !important;
}
  
.service{
    padding-top: 70px;
} 

@media (max-width:500px){
    .branch-section{
        padding-block: 0 2rem;
        
    }
}