:root {
  --PrimaryColor: #137695;
  --TitlesColor: #043c4d;
  --LegendsColor: #8c9394;
  --MenuHoverColor: #00c3ff;
  --ButonTextColor: #ffffff;
}

.technical-sheet .container {
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.technical-shett-slot {
  width: calc(100% / 3 - 20px);
  height: 60px;
  background-color: #eeeeee;
  display: inline-block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(205, 205, 205, 0.445);
}

.technical-shett-slot img {
  width: 30px;
  height: 30px;
}

.slot-text {
  padding: 7px;
}

.slot-text span {
  display: block;
}

.slot-title {
  font-size: 14px;
  color: #747474;
}

.slot-info {
  font-size: 25px;
  color: var(--TitlesColor);
  font-weight: bolder;
}

@media (max-width: 768px) {
  .technical-sheet .container {
    flex-direction: column;
    gap: 20px;
  }
  .technical-shett-slot {
    width: 100%;
  }
}
