.header-container {
  background: url("../assets/images/litbang/laboratory-2815641_1920.jpg") no-repeat center;
  background-size: cover;
}

section.one .wrapper {
  padding: 5% 10%;
}

.visi {
  position: relative;
  margin-top: 5%;
}

.visi .header {
  position: absolute;
  left: -50px;
  top: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 26px;
  color: #dd1919;
}

.visi .header::before {
  background-color: #dd1919;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: bottom;
  width: 50px;
  -webkit-transform: rotateX(30deg);
          transform: rotateX(30deg);
}

.visi .text {
  font-family: roboto;
  margin-left: 50px;
  width: 450px;
  font-size: 18px;
}

.misi {
  position: relative;
  margin-top: 5%;
}

.misi .header {
  position: absolute;
  left: -50px;
  top: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 26px;
  color: #dd1919;
}

.misi .header::before {
  background-color: #dd1919;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: bottom;
  width: 50px;
  -webkit-transform: rotateX(30deg);
          transform: rotateX(30deg);
}

.misi .text {
  font-family: roboto;
  margin-left: 50px;
  width: 450px;
  font-size: 18px;
}

section.two .wrapper {
  padding: 5% 10%;
}

.card-container img {
  padding-right: 3%;
  padding-bottom: 3%;
}

@media screen and (max-width: 768px) {
  h1.header {
    font-size: 40px;
  }
  .misi .header, .visi .header {
    display: none;
  }
  .misi .text, .visi .text {
    margin-left: 0;
    width: 300px;
    line-height: 2em;
  }
  section.two .wrapper {
    padding: 1% 10%;
  }
  .card-container img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=litbang.css.map */