body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

header {
    background-image: url("../img/bg-hero-telecom.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

