.vendas-e-locacoes {
  padding: 5rem 0;
  background-color: #fff;
  overflow: hidden;
}

.vendas-e-locacoes .section-header .section-title {
  color: #121212;
}

.vendas-e-locacoes .section-header .small-title {
  color: #595959;
}

.vendas-e-locacoes .section-header .small-title::before {
  background-color: #595959;
}

.vendas-e-locacoes .section-header p {
  color: #616161;
}

.vendas-e-locacoes .container {
  max-width: 1150px;
  position: relative;
}

.vendas-e-locacoes .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  border-radius: 1159px;
  opacity: 0.2;
  background: #000;
  filter: blur(200px);
  width: 1024px;
  height: 1024px;
}

.vendas-e-locacoes-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 80px;
}

.vendas-e-locacoes-cards__card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.vendas-e-locacoes-cards__card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  object-fit: cover;
}

.vendas-e-locacoes-cards__card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #1e1e1e;
  border-radius: 0 0 20px 20px;
}

.vendas-e-locacoes-cards__card-content h3 {
  color: #e7e7e7;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.vendas-e-locacoes-cards__card-content p {
  color: #b0b0b0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 625px) {
  .vendas-e-locacoes-cards {
    grid-template-columns: 1fr 1fr;
  }
}
