.contact_info {
  width: 100%;
  height: auto;
  background-color: #14213D;
}

.contact_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  padding: 24px 0;
  align-items: start;
}

.contact_header {
  width: 100%;
  height: auto;
  line-height: 48px;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0;
}

.content_body {
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  color: #FFFFFF;
}