.contact{
  background-color: #1AA1F5;
  padding: 40px 0;
}

.kolom-contact{
  display: flex;
  flex-direction: column;
}

.contact-dinas{
  display: flex;
  justify-content: space-between;
}

.logo-contact{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.logo-contact .nama-dinas{
  font-weight: 700;
  font-size: 18px;
  color: white;
  width: 400px;
  margin-bottom: 0;
}

.logo-contact .nama-kabupaten{
  margin-bottom: 0;
  color: white;
  font-size: 15px;
}

.address{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.address svg{
  width: 16px;
}

.address p{
  margin-bottom: 0;
  color: white;
}

.address-text{
  color: white;
  width: 500px;
}

.judul-kolom-contact{
  font-weight: 600;
  font-size: 18px;
  color: white;
  margin-bottom: 40px;
}

.link-web{
  text-decoration: none;
  color: white;
  margin-bottom: 10px;
}

.sosmed{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.sosmed p{
  margin-bottom: 0;
  color: white
}

footer{
  background-color: #4E4E4E;
  padding: 15px;
}

.hak-cipta{
  text-align: center;
  color: white;
  font-size: 13px;
}

.developer{
  text-align: center;
  color: white;
  font-size: 13px;
}

.developer a{
  text-decoration: none;
  color: #3db3fc;
  font-weight: 500;
}