.vision-section .content {
  gap: 80px;
}

.vision-section .card {
  padding: 40px;
  border-radius: 15px;
}

.vision-section .title {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-weight: bold;
  font-size: 35px;
  gap: 20px;
  margin-bottom: 24px;
}

.company-values-section {
  box-sizing: border-box;
  max-width: 650px;
  margin-left: auto;
  margin-bottom: 3em;
}

.company-values-section h2 {
  max-width: 360px;
}

.company-values-section strong {
  color: var(--primary);
}

.company-values-section .value-icon {
  flex: 0;
  min-width: 80px;
  text-align: center;
}

.company-values-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  line-height: 2;
  padding: 4em 0;
}

.company-values-list > div {
  gap: 20px;
}

.company-values-buttons {
  text-align: right;
}

.company-values-buttons .btn {
  line-height: 2;
}

@media only screen and (max-width: 780px) {
  .company-values-section h2 {
    text-align: center;
    max-width: 100%;
  }
}
