.logo-container.mobile-view{
   height: auto;
padding: 1em;
background-color: #046a38;
color: white;
}
.logo-img{
   width: 100%;
   height: auto;
   max-width: 250px;
}

.nav-link{
  color: white;
 }
.header-container{
  background-color: #046a38 !important;
  color: #fff;
  max-width: 100% !important;
  padding: 0.5em !important;
}
.container .header-content .fa-icon.fa-bars{
  color: #fff !important;
}
.container .footer-content{
 background-color: #f4f4f4 !important;
}
.copyright  img{
  width: 100%;
height: auto;
max-width: 100px;
}

.container .footer-content .two-col-box{
display: flex !important;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}
.container .footer-content .two-col-box .footer-link{
color: #24272a !important;
}
.footer-content-wrapper{
 display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
}
.container .header-content .fa-icon.fa-bars{
 bottom: 20px !important;
}

@media only screen and (max-width: 639px){
  .footer-content-wrapper{
  flex-direction: column;
 }
.container .footer-content .two-col-box{
 justify-content: center;
}
}