@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/archive/bg-archive01.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;
  margin-left: 30px;
  margin-right: 30px;
}

.regular {
  width: 900px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.regular-text {
  font-size: 90%;
}

.regular-text tr td b {
  font-size: 110%;
}

.regular table {
  border-style: none;
}

.regular th {
  width: 20%;
  font-weight: normal;
  background: #f0f3ea;
  vertical-align: middle;
  display: table-cell;
}

.regular 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) {
.regular tr {
    display: flex;
    flex-direction: column;
  }

  .regular tr:nth-child(odd) {
    background: #f0f3ea;
  }

  .regular tr:nth-child(even) th {
    background: #ffffff;
  }

  .regular th {
    width: 100%;
    padding-top: 2rem;
  }

  .regular td {
    width: 100%;
    display: table-cell;
    padding: 1rem;
  }
      }
