.company-section {
  padding: 48px 0;
}

.company-section .badge {
  background: rgba(93, 138, 168, 0.05);
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(93, 138, 168, 1);
  margin-bottom: 12px;
}

.company-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: rgba(34, 46, 80, 1);
  margin-bottom: 16px;
}

.company-section p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(108, 114, 130, 1);
  max-width: 1080px;
  margin: 0 auto 40px auto;
}

.company-section .btn {
  background: rgba(238, 102, 92, 1);
  color: #fff;
  padding: 12px 26px;
}

.company-section .btn:focus-visible{
	outline: 1px dotted #000 !important;
}
