.technology-table img {
  max-width: 64px;
  margin-bottom: 0;
  width: 64px;
}
.technology-table table {
  width: auto !important;
  font-size: 14px;
  font-weight: bold;
  height: auto !important;
}
.technology-table table tr,
.technology-table table td {
  height: 50px !important;
  width: auto !important;
}
.technology-table table tr td:first-of-type {
  padding-right: 8px;
}

.content h2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
}
.content h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0;
}
.content h4 {
  font-weight: 600;
  font-size: 1.325rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0;
}
.content h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0;
}
.content h6 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0;
}
.content ul {
  margin: 1rem;
  padding: 0;
  list-style: square;
}
.content p {
  margin: 0 0 1rem;
  padding: 0;
}
.content a:not(.wp-block-button__link) {
  background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.content a:not(.wp-block-button__link):before {
  content: "";
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.content a:not(.wp-block-button__link):hover {
  background-position: 0;
}

.content a:not(.wp-block-button__link):hover::before {
  width: 100%;
}
.wp-block-button__link {
  border: #54b3d6;
  color: #fff;
  background: #1928aa;
  position: relative;
  transition: 0.3s ease;
}
.wp-block-button__link:hover {
  background: #283f7a;
}

.tile-description {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: linear-gradient(
    60deg,
    hsla(271, 51%, 24%, 1) 0%,
    hsla(223, 50%, 32%, 1) 70%
  );
}

.cut-edge-before,
.cut-edge-after {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.cut-edge-after::after,
.cut-edge-before::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgb(249, 250, 251);
  z-index: 1;
  transform-origin: top left;
}

.cut-edge-after::after {
  bottom: 0;
  transform: skewY(2deg);
}
.cut-edge-before::before {
  top: -5rem;
  transform: skewY(2deg);
}

@media screen and (max-width: 769px) {
  .cut-edge-after::after {
    height: 25px;
  }
  .cut-edge-before::before {
    top: -5rem;
  }
}
@media screen and (min-width: 1921px) {
  .cut-edge-before::before {
    height: 120px;
    top: -120px;
    transform: skewY(1deg);
  }
}

.pagination-container .page-numbers {
  border: 1px solid #0b1a2e;
  padding: 0.5rem;
  border-radius: 6px;
  transition: 0.3s ease;
}

.pagination-container .page-numbers:hover,
.pagination-container .page-numbers.current {
  background-color: #0b1a2e !important;
  border: 1px solid #0b1a2e !important;
  color: #fff;
}
#inner-header {
  max-width: 100%;
}
@media screen and (min-width: 1248px) {
  #inner-header {
    max-width: 1240px;
  }
}
