.banner {
  color: white;
  background-color: #463c6e;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 10rem;
}

.banner h1 {
  font-size: 6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

.banner p {
  width: 90%;
  font-size: 1.5rem;
}

.banner img {
  width: 40%;
}

.my-work {
  margin: 10rem 0;
  text-align: center;
  max-width: 100%;
}

.title {
  font-size: 5rem;
}

.sub-title {
  font-size: 2rem;
}

.collection {
  display: grid;
  gap: 2rem;
  margin: 5rem 3rem;
  grid-template-columns: auto auto auto;
}

.card {
  margin: 0px auto;
  padding: 1rem 1rem 0 1rem;
  border-radius: 2rem;
  border: 1px solid rgba(43, 105, 251, 0.12);
  box-shadow: rgba(43, 105, 251, 0.06) 0px 0px 1rem 1rem;
  position: relative;
}

.card-content {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 8rem;
}

.card img {
  margin-bottom: 2rem;
  width: 100%;
  height: 12rem;
}

.card h2 {
  margin-bottom: 2rem;
}

.card p {
  margin-bottom: 2rem;
}

.icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
