* {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #686b6f;
}

.top {
  height: 120px;
  width: 100%;
}

.top img{
  max-width: 12.5rem;
}

#content{
  min-height:calc(100vh - 120px);
}

#left {
  padding: 1rem;
}

#left .workimg{
  width: 100%;
}

#right{
  margin-top: -3rem;
}

#right .weare{
  font-weight: 300;
  margin: 0;
}

#right .coming{
  margin-top: -1rem;
  font-weight: bold;

    background: -webkit-linear-gradient(
45deg, #09009f, #00ff88e3 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin: 0; */
}
