.logo-footer {
  width: 50px;
}

@media (min-width: 300px) and (max-width:768px) {
  .image-sosmed {
    width: 30px !important;
  }
}

.paragraph-footer {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  /*text-align: left;;*/
}

.image-sosmed {
  width: 50px;
  margin: 6px;
}

.hr-footer {
  opacity: 10%;
  padding: 0.2px;
  background: #fff;
}

footer {
  background: #1D1F2C;;
}

.list-footer-jenis {
  margin-bottom: 12px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-footer {
  font-size: 18px;
}

.text-between-lines {
  display: flex;
  align-items: center;
  text-align: center;
}

.text-between-lines::before, .text-between-lines::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #ffffff;
  margin: 0 10px;
  opacity: 20%;
}

.text-footer {
  font-size: 14px;
  color: gray;
}

