.inter-ofis {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1000px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
}

.inter-ofis .container {
  max-width: 800px;
  margin: 0 auto;
}

.inter-ofis .logo-area {
  margin-bottom: 30px;
}

.inter-ofis .logo-area img {
  height: 150px;
}

.inter-ofis h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.inter-ofis p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.cta-shine-button {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-decoration: none;
}

.cta-shine-button:hover {
  background-color: #000;
  text-decoration: none;
  transition-duration: 0.1s;
  border: 1px solid #fff;
  color: #fff;
}
