.mobile-space {
  margin-right:0px
}

.logo-field img {
  margin-right:40px !important;
}
.total-flex {
   display:flex
}
.first-set-flex {
  display:flex
}
.second-set-flex {
  display:flex
}

@media only screen and (max-width: 480px) {
  .mobile-space {
  margin-right:36px
}
  .image-width img {
    width: 130px !important
  }
.logo-field img {
    display: flex !important;
    margin: auto !important;
    flex-direction: column !important;
    width: 130px !important;
    text-align: center !important;
  padding-bottom:20px !important;
}
  .total-flex {
   display:flex;
    flex-direction:column
}
.first-set-flex {
  display:flex;
  justify-content: center;
}
.second-set-flex {
  display:flex;
  justify-content: center;
}
  .image-width:145px
}

}