.cobol-page {
  margin: 0 !important;
  padding: 0 !important;
}
.cobol-page .content-container {
  padding: 0 !important;
  margin: 0 !important;
}
.cobol-page .contact-wrapper {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cobol-page .contact-wrapper * {
  box-sizing: border-box;
}

.main-content {
  padding: 0 !important;
  margin: 0 !important;
}
