.envelope-padding {
  padding: 0 1rem;
}

.envelope-img-size {
  width: 100%;
  height: auto;
}

.envelope-pageTitle-size {
  width: 100%;
  height: auto;
}

.envelope-pageTitle {
  display: flex;
  align-items: center;
  margin-top: 80px;
  font-size: 11px;
}

.envelope-flex {
  display: flex;
}

.envelope-margin-top {
  margin-top: 2rem;
}

.envelope-img-size img {
  width: 100%;
  height: auto;
}

.envelope-img-size2 img {
  margin-top: 60px;
  width: 100%;
  height: auto;
}

.table-bg-color {
  background-color: #eee;
}

.table-bg-color a {
  color: black;
}

.table-bg-color a:hover {
  color: red;
}

.envelope-font-size {
  font-size: 18px;
  font-weight: bold;
}

.envelope-style-none {
  list-style: none;
}