.sobre-nos .sobre-text-container {
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}

.sobre-nos .sobre-text-container .border-division {
  width: 6px;
  height: 60px;
  flex-shrink: 0;
  background: var(--Foundation-Blue-Normal, #063973);
}

.sobre-nos .sobre-text-container .divider-title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sobre-nos .sobre-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.sobre-nos .image-container {
  background-image: url("../images/sobre-nos.webp");
  width: 100%;
  height: 474px;
}

.sobre-nos .text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sobre-nos .text p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 714px;
}

.sobre-nos .servicos {
  padding: 5rem 0;
}

.servicos .servicos-text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.servicos .servicos-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.servicos .servicos-text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.servicos .servicos-text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  max-width: 721px;
  line-height: 24px; /* 150% */
}

.servicos .tabs {
  padding-top: 5rem;
  display: flex;
  align-items: center;
}

.servicos .tab {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 490px;
  border-bottom: 5px solid #e0e0e0;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  background: transparent;
  padding-bottom: 37px;
  color: var(--foundation-grey-light-active, #bebebe);
  text-align: center;
  font-size: var(--TIPOGRFIA-BODY-LARGE, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Body-Large, 30px); /* 150% */
}

.servicos .tab svg {
  display: flex;
  width: 58px;
  height: 58px;
  padding: 20px 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--foundation-grey-light-hover, #e0e0e0);
}

.servicos .tab.active {
  border-bottom: 5px solid #063973;
}

.servicos .tab.active {
  color: #000;
}

.servicos .tab.active svg {
  background: var(--Foundation-Blue-Normal, #063973);
}

.servicos .content {
  display: none;
}

.servicos .content.active {
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 107px;
  align-self: stretch;
}

.servicos .content .content-text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.servicos .content .content-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.servicos .content .content-text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.servicos .content .content-text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 660px;
}

.servicos .content .content-text-container ul li {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-left: 20px;
}

.servicos .content .content-text-container a {
  display: flex;
  width: 231px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--COR-Fundo-geral, #f7f7f7);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  transition: background-color 0.3s ease;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.servicos .content .content-text-container a:hover {
  background: #0053a9;
}

.servicos .content .images {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.servicos .content .images img {
  display: block;
}

.servicos .content .images img:nth-child(2) {
  position: absolute;
  top: 280px;
  right: -49px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .sobre-nos .sobre-text-container {
    gap: 2rem;
  }

  .servicos .content.active .images img:nth-child(2) {
    top: 150px;
    right: -15px;
    width: 50%;
  }

  .servicos .content.active {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }

  .sobre-nos .sobre-text-container h2,
  .servicos .servicos-text-container h2,
  .servicos .content .content-text-container h2 {
    font-size: 2rem;
    line-height: normal;
  }

  .servicos .tabs {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
