.footer {
  padding-bottom: 60px;
  padding-top: 60px;
}

.card-list {
  font-size: 14px;
  font-style: normal;
  line-height: 145%;
}

.card-content {
  margin-bottom: 40px;
}

.list-second {
  padding: 20px 0;
  border-top: 1px solid rgba(123, 130, 149, 0.1);
  border-bottom: 1px solid rgba(123, 130, 149, 0.1);

  font-size: 14px;
  font-style: normal;
  line-height: 145%;
}

.box-info {
  gap: 10px;
}

.icon-info{
  color: #7b8295 !important;
}

.list-third {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 145%;
}

.icon-sosmed {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 40px 20px !important;
    text-align: center !important;
  }

  .list-second .row {
    gap: 1rem;
  }

  .box-info {
    justify-content: center;
  }
}

