h1.title {
  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.face {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;

  margin-top: 34px;
  margin-bottom: 232px;
}

.schema {
  width: 49%;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;

  border-radius: 28px;
  border: 1px solid var(--Brand-VTE-srga);
}

.downloads {
  width: 49%;
}

.packages {
  width: 100%;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;

  border-radius: 28px;
  background: var(--Brand-VTE-vilgos-srga);

  margin-bottom: 20px;
}

.handbook {
  width: 100%;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;

  border-radius: 28px;
  background: var(--Brand-VTE-srga);
  margin-bottom: 20px;
}

.schema-title {

  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;

  text-align: center;
}

.schema .schema-title {
  color: var(--Brand-VTE-srga);
}

.packages .schema-title {
  color: var(--Brand-VTE-szrke);
}

.handbook .schema-title {
  color: var(--Brand-Fehr);
}

.schema-x {
  width: 100%;

  display: flex;
  padding: 10px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border-radius: 28px;
}

.schema-x:hover {
  background: var(--Brand-VTE-vilgos-srga);
}

.schema-x:hover .schema-x-download {
  background: var(--Brand-VTE-srga);
}

.schema-x:hover .schema-x-download:active {
  background: var(--Brand-VTE-stt-srga);
}

.packages .schema-x:hover {
  background: var(--Brand-Fehr);
}

.packages .schema-x:hover .schema-x-download {
  background: var(--Brand-VTE-szrke);
}

.packages .schema-x:hover .schema-x-download:active {
  background: var(--Brand-Fekete);
}

.packages .schema-x:hover .schema-x-download img:first-child {
  display: none !important;
}

.packages .schema-x:hover .schema-x-download img:last-child {
  display: inline !important;
}

.packages .schema-x:hover .schema-x-text-title {
  color: var(--Brand-VTE-srga);
}

.handbook .schema-x:hover .schema-x-download {
  background: #FBE6C6;
}

.handbook .schema-x:hover .schema-x-download:active {
  background: var(--Brand-Fehr);
}

.handbook .schema-x:hover .schema-x-text-title {
  color: var(--Brand-VTE-srga);
}

.handbook .schema-x:hover .schema-x-text-subtitle {
  color: var(--Brand-VTE-vilgos-szrke);
}

.handbook .schema-x:hover .schema-x-download img:first-child {
  display: none !important;
}

.handbook .schema-x:hover .schema-x-download img:last-child {
  display: inline !important;
}

.schema-x-text {
  width: calc(100% - 52px);
}

.schema-x-text-title {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.schema-x-text-subtitle {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.schema-x-download {
  width: 52px;

  display: flex;
  padding: 8px 10px;
  justify-content: right;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 16px;
}

.schema .schema-x-text-title,
.downloads .schema-x-text-title {
  color: var(--Brand-VTE-szrke);
}

.handbook .schema-x-text-title {
  color: var(--Brand-Fehr);
}

.schema .schema-x-text-subtitle,
.downloads .schema-x-text-subtitle {
  color: var(--Brand-VTE-vilgos-szrke);
}

.handbook .schema-x-text-subtitle {
  color: var(--Brand-Fehr);
}

@media (min-width: 576px) and (max-width: 767px) {
  .face {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .schema {
    width: 100%;
  }

  .downloads {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .face {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .schema {
    width: 100%;
  }

  .downloads {
    width: 100%;
  }
}
