* {
  margin: 0;
  padding: 0;
}

.BR {
  display: inline-block;
}

section {
  width: 960px;
  margin: auto;
  margin-bottom: 150px;
}

header {
  background-image: url(../img/3g/header-img.jpg);
  background-size: cover;
  height: 500px;
  position: relative;
  margin-bottom: 120px;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32, 30, 43, 0.8);
}
header .Hero {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
header .Hero h1 {
  font-size: 48px;
}
header .Hero p:nth-child(2) {
  font-size: 24px;
  margin-bottom: 1em;
}
header .Hero p:nth-child(3) {
  font-size: 18px;
}

.Image h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 32px;
}
.Image img {
  width: 49%;
  border: 1px solid #666;
  height: 300px;
}

.Article {
  margin-bottom: 100px;
}
.Article h3 {
  font-size: 24px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.Article img {
  width: 49%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=3g.css.map */