.header {
  display: flex;
  color: white;
  font-family: Arial;
  vertical-align:middle;
}

.left_column_header {
  width: 25%;
  background:  #082b3e;
  text-align: center;
  padding: 10px;

}
.right_column_header {
  width: 75%;
  text-align: right;
  background: #082b3e;
  font-size: 30px;
  padding: 40px;
  line-height : 10px;

}

.responsive {
  width: 100%;
  height: auto
}

.responsive_logo {
  width: 7%;
  height: auto
}

.text {
  display:flex;
  padding: 22px;
  font-family: Arial;

}

.left_column_text {
  width: 25%;
  padding: 10px;

}
.right_column_text {
  width: 75%;
  padding: 10px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .left_column_header {
    width: 40%;
    background:  #082b3e;
    text-align: center;
    padding: 10px;

  }
  .right_column_header {
    width: 60%;
    text-align: right;
    background: #082b3e;
    font-size: 30px;
    padding: 40px;
    line-height : 10px;

  }
  .text {
    display: block;

  }
  .left_column_text, .right_column_text{
    width: 100%;
    font-size: 30px; 
    margin-bottom: 40px;
  }
}