.equipamento-header {
  background: #f5f4f7;
  padding: 5rem 0;
}

.equipamento-header .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 64px;
}

.equipamento-header__content {
  order: 1;
}

.equipamento-header__content p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}

.equipamento .equipamento-header img {
  border-radius: 10px;
  border: 1px solid rgba(0, 31, 63, 0.07);
  box-shadow: 3px 4px 12.9px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.equipamento .equipamento-article {
  padding: 5rem 0;
}

.equipamento .equipamento-article h2 {
  color: #161616;
  font-family: "Exo2", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: uppercase;
  margin: 24px 0 16px;
}

.equipamento .equipamento-article h3 {
  color: #161616;
  font-family: "Exo2", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: uppercase;
  margin: 24px 0 16px;
}

.equipamento .equipamento-article h4 {
  color: #161616;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: uppercase;
  margin: 24px 0 16px;
}

.equipamento .equipamento-article p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.64px;
  margin: 8px 0 16px;
}

.equipamento .equipamento-article ol,
.equipamento .equipamento-article ul {
  padding-left: 24px;
}

.equipamento .equipamento-article li {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.64px;
  margin: 0 0 4px;
}

.equipamento .equipamento-article > *:first-child {
  margin-top: 0;
}

.equipamento .equipamento-article > *:last-child {
  margin-bottom: 0;
}

.more {
  padding: 5rem 0;
  background-color: #f5f4f7;
}

.equipamentos-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 80px;
}

.equipamentos-equipamento {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 3.99px 16.76px 0px rgba(0, 0, 0, 0.11);
}

.equipamentos-equipamento__image {
  width: 100%;
  padding: 32px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
}

.equipamentos-equipamento img {
  border-radius: 20px 20px 0 0;
  width: fit-content;
}

.equipamentos-equipamento__content {
  padding: 32px;
  background-color: #f7f7f7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
}

.equipamentos-equipamento__content h3 {
  color: #090e22;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}

.equipamentos-equipamento__content p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}

.equipamentos-equipamento__content svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .equipamentos-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .equipamento-header .container {
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
  }
  .equipamento-header__content {
    order: 0;
  }
  .equipamentos-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
