.contact-section {
  max-width: 500px; /* Adjust as needed */

  font-family: Inter, sans-serif;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  color: black;
  font-family: Inter, sans-serif;
}

.label {
  font-weight: bold;
  font-family: Inter, sans-serif;
}

.value {
  text-align: right;
  font-family: Inter, sans-serif;
}
 
h3 {
  font-family: Inter, sans-serif;
  text-align: left;
}
#contact-button {
  
  margin-bottom: 20px;
   display: inline-block;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  background-color: #2e8dca;
  border: 2px solid #2e8dca;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
#contact-button:hover a{
 color: #2e8dca;
}
#contact-button a {
  
  text-decoration: none;
 color: white;
}
#contact-button:hover {
  color: #2e8dca;
 background-color: white;
}

hr {
  width: 200px;
  
}
 @media only screen and (max-width: 600px) {
   iframe {
     width: 100%;
     text-align: left;
     padding: 0;
   }
   .contact-section {

  font-family: Inter, sans-serif;
}
   #contact-button {
    float: left;
   }
   
}