body {
    display: block;
    margin: 0px;
}


#hero-image {
   display: block;
 width: 100%;
}

#hero-image-mobile {
   display: none;
 width: 100%;
}

#egw-logo {
   position: absolute;
   top: 60px;
   left: 60px;
  width: 84px;
  height: 41px;
  object-fit: contain;
}

.egw-develops-technol {
  position: absolute;
  top: 175px;
  left: 205px;
  width: 500px;
  height: 100px;
  font-family: 'helvetica';
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.25px;
  color: #4a4a4a;
}

.egw-develops-technol .bold-style {
  font-weight: bold;
}

.egw-technologies-spe {
  position: absolute;
  top: 325px;
  left: 205px;
  width: 619px;
  height: 280px;
  font-family: 'helvetica';
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5555555555555556;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}

.egw-logo-bar {
   display: flex;
   flex-direction: row;
   
}

.egw-flex {
  padding-top: 72px;
  padding-bottom: 72px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.8;
}

.miku-logo {
  width: 127px;
  height: 40px;
  object-fit: contain;
  opacity: 0.8;
}

.US-army-logo {
  width: 52.278480529785156px;
  height: 70px;
  object-fit: contain;
  opacity: 0.8;
}

.Spotify_logo_with_text {
  width: 132.6666717529297px;
  height: 40px;
  object-fit: contain;
  opacity: 0.8;
}

.twitter-logo {
  width: 87.5px;
  height: 70px;
  object-fit: contain;
  opacity: 0.8;
}

.microsoft-logo {
  width: 181px;
  height: 40px;
  object-fit: contain;
  opacity: 0.8;
}

.egw-footer {
  height: 120px;
  background-color: #4a4a4a;
  font-family: 'helvetica';
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5555555555555556;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  
}

.egw-footer span {
   position: relative;
   top: 49px;
}

.egw-footer a {
   color: white;
}

@media only screen and (max-width: 1024px) {

   #hero-image {
      display: none;
   }

   #hero-image-mobile {
      display: block;
   }
   
  .egw-footer {
      bottom: 0;
      width: 100%;
   }

#egw-logo {
    top: 30px;
    left: 30px;
} 

.egw-logo-bar {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
   flex-flow: row wrap;
   align-content: flex-end;
 }

  .egw-flex {
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 20%;
    padding-top: 10px;
    margin:unset;
  }

.egw-develops-technol {
    position: absolute;
    top: 35%;
    left: 40px;
    width: unset;
}

.egw-technologies-spe {
    position: relative;
    display: block;
    top: unset;
    left: unset;
    margin: 30px auto;
    width: 84%;
    height: unset;
}

}