

.container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 88vh; /* Adjust the height as needed */
  
}

.contact-container {
  width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; /* Adjust the spacing between the contact section and the video */
}

.contact-image {
  width: 200px;
  margin-right: 20px;
}

.contact-data {
  flex: 1;
  text-align: right; /* Center align the contact data */
  line-height: 0.35;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.video-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.divider {

  width: 1280px;
  border: none;
  border-top: 1px solid #ccc; /* Add a 1px solid black line */
  margin: 20px auto; /* Add margin for spacing */
}

.footer {

  text-align: center; /* Center align the content within the footer */
  margin-top: auto; /* Add margin at the top for spacing */
  padding: 10px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}