#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 100% !important;
  height: auto !important;
  max-width: unset;
  margin: auto !important;
  background-color: #fafafa;
}

#imageContainer {
  position: relative;
  width: 100%;
  margin-top: 0px !important;
  overflow: hidden;
  height: auto !important;
}

.image {
  width: 100%;
  position: relative;
  margin-left: 0px !important;
  height: auto !important;
  text-align: center;
}

.infoContainer {
  position: relative;
  width: 75%;
  margin: auto;
  margin-bottom: 108px;
  color: #000000;
  margin-bottom: 5%;
}

.infoContainer .columnContainer {
  padding: 0;
}

.text-container {
  gap: 40px;
  display: flex;
}

.textColumn {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 0.004em;
  font-size: 16px;
  line-height: 23px;
  color: #404040;
}
.columnContainer {
  float: left;
  width: 50% !important;
}

.textColumn span {
  font-weight: 600;
}

.readMore {
  font-style: italic;
  text-decoration-line: underline;
  cursor: pointer;
}

.tableTitle {
  position: relative;
  width: 51%;
  height: auto;
  float: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
}

.tableContainer {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 5% 0% 5% 0%;
  float: left;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

thead th {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.table {
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
  color: #212529;
  border-color: #dee2e6;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
  line-height: 20px;
}

th {
  text-align: -webkit-match-parent;
}

.column1 {
  width: 15%;
}

.column2 {
  width: 30%;
}

.column3 {
  width: 10%;
}

.column4 {
  width: 15%;
}

.column5 {
  width: 20%;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  #content {
    min-width: 0px;
  }
}

@media screen and (max-width: 768px) {
  .infoContainer {
    float: left;
    width: 100%;
  }
  .columnContainer {
    float: left;
    width: 100% !important;
  }

  .text-container {
    flex-direction: column;
  }
  .textColumn {
    width: 90%;
    float: none;
    position: relative;
    left: 0;
    margin: auto;
    /* margin-bottom: 37px; */
  }
  .tableTitle {
    position: relative;
    width: 80%;
  }

  .textLink {
    font-weight: 300;
    margin-bottom: 30px;
    width: 90%;
    margin: 30px auto 0;
    color: #404040;
    font-size: 16px;
    position: relative;
    line-height: 23px;
    height: 100px;
    overflow: hidden;
    letter-spacing: 0.004em;
    padding-top: 30px;
  }
}
