.design-top-background{
  position: relative;
  background-image: url('../images/gtd1sec05-06img01bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

.design-top-wrapper{
  height: 26rem;
}


.design-top-title h1{
  color: black;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

.design-top-subtitle h2{
  color: black;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.design-top-ellipses{
  width: 35rem;
  height: 5rem;
}




/*-----------------------------------------------------------------------------*/


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

  .design-top-background{
    position: relative;
    background-image: url('../images/mobile/gtd1sec05-06img01bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
  }

  .design-top-wrapper{
    height: 26rem;
  }


  .design-top-title h1{
    color: black;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .design-top-subtitle h2{
    color: black;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .design-top-ellipses{
    width: 26rem;
    height: 5rem;
  }

}
