.biglinks {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 49vw;
}

.biglinks button {
  background-color: white !important;
  border: 1px solid #045a96;
  border-radius: 25px;
  color: #045a96;
  height: 8vh;
  padding: 0 0.5em 0 0.5em;
  text-transform: uppercase;
  width: 24vw;
}

.title_main {
  width: 34vw;
}

.maintenance {
  width: 60vw;
}

@media all and (max-device-width: 812px) {
  .title_main {
    margin: 0;
  }

  .title_main,
  .biglinks {
    width: 89vw;
  }

  .biglinks {
    justify-content: space-between;
    margin-top: 5vh;
  }

  .biglinks button {
    font-size: 2.3vw;
    font-weight: bolder;
    height: 8vh;
    width: 43vw;
  }
}
