.download-heading {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.25rem;
}
.card-text-warning {
  margin: 0.25rem 0 !important;
}
.ul-margin {
  margin: 0.2rem 0 1.35rem;
}
.windows-version {
  margin-bottom: 1.35rem;
}
.download-container {
  margin-bottom: 1.5rem;
  height: 280px;
  position: relative;

  @media screen and (max-width: 1199px) {
    height: 340px;
  }
  @media screen and (max-width: 767px) {
    height: auto;
  }
}
.download-buttons {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: absolute;
  bottom: 0;
  gap: 4px;

  @media screen and (max-width: 1199px) {
    flex-flow: column;
  }
  @media screen and (max-width: 767px) {
    position: relative;
    bottom: auto;
    flex-flow: row;
  }
}
.tmx-pro-container a.btn {
  margin-bottom: 0 !important;
}
.logos {
  width: 30px;
  height: 26px;
}
.download-logo-container {
  width: fit-content;
  height: fit-content;
}
.download-heading-sentence {
  font-weight: bold;
}
