:root{
    --bg-menu: #97fcea;
    --card-divisi-header: #00baba;
    --white: white;
    --bg-card: #040811;
    --main-cyan: #58C4B1;
    --button-line: #7df5df;
    --main-white: #ededed;
    --text-body: #ffff;
  }


  @media (max-width: 425px) {

    .bagian-footer{
      height: 60vh;
      background-size: 220%;
      padding: 120px 20px 40px 20px;
    }
    
  .bagian-footer h3{
    font-size: 28px;
    line-height: 0.1;

  }
  .btn-email {
    font-size: 20px;
  }
.footer-kanan p,
.footer-kanan1 p{
  text-align: center;
 /* Memberi jarak antar paragraf */
  font-size: 15px;
  margin-bottom: 0px;

  /* padding-left: 70px;
  margin-right: -50px; */
}

.contact-us-button{
  width: 140px;
  height: 40px;
}

.bagian-footer-bawah{
  /* display: block;
  gap: 10px; */

}

.footer-tulisan{
  width: 60%;
}

.copyright{
  margin-top: 10px;
}

.contact-us-button{
  width: 100px;
  height: 30px;
}

.contact-us-button-email{
  width: 150px;
  height: 30px;
}

.button-contact-us-text{
  font-size: 10px;
}
}