@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/archive/bg-archive02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.overseas {
  width: 900px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.overseas-text {
  font-size: 90%;
}

.overseas-text tr td b {
  font-size: 110%;
}

.overseas table {
  border-style: none;
}

.overseas th {
  width: 20%;
  font-weight: normal;
  background: #faf4e1;
  vertical-align: middle;
  display: table-cell;
}

.overseas td {
  width: 80%;
  display: table-cell;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
  }

.footer {
  margin-top: 75px;
}

@media  (max-width: 768px) {
  .overseas tr {
      display: flex;
      flex-direction: column;
    }
  
    .overseas tr:nth-child(odd) {
      background: #faf4e1;
    }
  
    .overseas tr:nth-child(even) th {
      background: #ffffff;
    }
  
    .overseas th {
      width: 100%;
      padding-top: 2rem;
    }
  
    .overseas td {
      width: 100%;
      display: table-cell;
      padding: 1rem;
    }
}
