body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.section2 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #49038e;
  padding: 64px 0px;
}

.brand-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 32px;
  justify-content: space-around;
  gap: 32px;
  align-items: center;
}

.brand-logos img {
  aspect-ratio: 1/1;
  max-width: 100px;
  /* margin-right: 60px; */
  padding: 10px 8px;
  /* border: 1px solid red; */
}
.signOff {
  font-weight: 400;
  margin-bottom: 22px;
}

.contactWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
