html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
}

@media all and (max-width: 1920px) and (min-width: 1201px) {
  .logo {
  width: 150px;
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .container {
    max-width: 80% !important;
    padding-top: 30px !important;
  }
  .content {
    width: 50% !important;
  }
  .content > .o-nas {
    width: 100% !important;
  }
  .logo {
  width: 150px;
  }
}
@media all and (max-width: 768px) and (min-width: 520px) {
  .container {
    max-width: 80% !important;
    padding-top: 30px !important;
  }
  .content {
    width: 90% !important;
  }
  .content > .o-nas {
    width: 100% !important;
  }
  .logo {
  width: 150px;
  }
}
@media all and (max-width: 519px) {
  .container {
    max-width: 80% !important;
    padding-top: 30px !important;
  }
  .content {
    width: 85% !important;
  }
  .content > .o-nas {
    width: 100% !important;
  }
  .logo {
  width: 150px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.logo {
  margin-bottom: 25px;
  margin-left: 22px;
}

.content {
  opacity: 0.9;
  background-color: #17204d;
  border-top: 1px solid #17204d;
  border-left: 1px solid #17204d;
  border-right: 1px solid #17204d;
  border-bottom: 5px solid #f7ced7;
  border-radius: 5px;
  width: 514px;
  padding: 20px 30px;
  margin-bottom: 50px;
}

.content > .o-nas {
  font-size: 26px;
  font-weight: 600;
  color: #f7ced7;
  width: 514px;
  padding-bottom: 10px;
}

.content > p {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
}

.content > p:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

.button {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 50px;
  color: #000;
  background-color: #f4cd6d;
  border: 5px solid #c1a15c;
  border-radius: 15px;
}
