:root {
    --austry-base: #43ab34;
    --austry-base-rgb: 232, 162, 70;
}

.preloader__image {
    background-image: url(../images/loader-1.png);
}


table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
  }
  
  caption,
  td,
  th {
    padding: 0;
    font-weight: normal;
    text-align: left;
  }
  
  table,
  th,
  td {
    border: 1px solid #eee;
  }
  
  th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
  }
  
  td {
    border-width: 0 1px 1px 0;
  }
  
  th,
  td {
    padding: 0.4375em;
  }

  .teknik 
   {
  color: var(--austry-black);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: var(--austry-letter-spacing);
  
  top: 0;
  right: 0;
  left: 0;
  max-width: 1170px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
}


.teknik:before {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    background-color: #000000;
    max-width: 453px;
    width: 100%;
    transform: translateY(-50%);
}
.teknik:after {
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #000000;
    max-width: 453px;
    width: 100%;
    transform: translateY(-50%);
}



