body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.rectangle {
  width: 27px;
  height: 9px;
  margin-left: 1px;
  margin-top: 10px;
  background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
  border-radius: 4.5px;
}
.brand {
  width: 211px;
  height: 24px;
  margin-left: 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #292b2e;
}
.carousel-inner{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  height: 700px;
  border-radius: 8px;
}
a{
  text-decoration: none;
  color: #292B2E;
}
p{
  color: #292B2E;
}
img{
  max-width: 100%;
  height: 30rem;
  border-radius: 8px;
}