.fpt__tab-title-list {
  gap: 1.2rem;
}

.button.fpt__tab-item-label {
  padding: 1.2rem 1.4rem;
  letter-spacing: -0.42px;
  opacity: 0.3;
  transition: opacity 300ms ease;
  width: max-content;
}

.button.fpt__tab-item-label:hover {
  opacity: 1;
}

.fpt__bottom-actions {
  gap: 1.5rem;
  margin-top: 1.8rem;
}

@media (min-width: 750px) {
  .fpt__bottom-actions {
    margin-top: 3rem;
  }
}