.canadaDisputeBG {
  background-image: url("PortugalJobSeekerVisaBG.png");
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -1em;
  margin-top: 5.9em;
}
.canadaDisputeBG h1 {
  color: rgb(255, 255, 255);
  font-size: 3em;
  text-align: center;
  text-shadow: 10px 10px 10px black;
  padding-top: 2em;
}

.tableform {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0.5em;
}
.tableform table {
  margin: auto;
}
.tableform tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
  border: 1px solid;
  padding: 0.5em;
  text-align: center;
}
.tableform td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
.tableform td:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.description {
  color: white;
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.visaguidepara2 {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.visaguidepara2 h2 {
  color: red;
}
.visaguidepara2 h3 {
  color: red;
}

.visaguidepara2 p {
  color: white;
}

.conclusion {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}
.conclusion h2 {
  color: red;
}
.conclusion p {
  color: white;
}

@media (max-width: 610px) {
  .canadaDisputeBG h1 {
    font-size: 2em;
  }
}
@media (max-width: 390px) {
  .canadaDisputeBG h1 {
    font-size: 1.6em;
  }
}
