* {
  box-sizing: border-box;
}

body {
  background-color: #F9F9F9;
  color: #FF000F;

  box-sizing: border-box;
  margin: 0;
  height: 100vh;

  font-family: "Josefin Sans", sans-serif;
}

#hero {
  background: url("../../assets/images/header-about-us.svg") no-repeat;
  background-size: 100% auto;
  background-position-y: top;
  background-position-x: center;
  padding-top: 24px;
  height: 550px;
}

section {
  padding: 0 56px;
}

section>*,
#footer>* {
  margin: 0 auto;
  max-width: 1440px;
}

.quemsomos,
.meetteam {
  font-family: "ADLaM Display", system-ui;
  font-weight: 400;

  font-size: 48px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 165px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.teamimage {
  margin-top: 500px;
  width: 1251px;
  height: 277px;
}

.quemsomostexto {
  width: 1012px;
  height: 140px;

  font-family: "Josefin Sans", sans-serif;
  color: #303031;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 30px;
}

.subscribe {
  background: linear-gradient(180deg, #D1F4FF 0%, #BCEFFF 100%) no-repeat;
  height: 870px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 1440px;
}

.bag {
  position: absolute;
  left: 0;
  z-index: 1;
}

.news {
  position: absolute;
  right: 195px;
  z-index: 2;

  width: 410px;
  max-width: 410px;

  color: #303031;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news>h2 {
  font-family: "ADLaM Display", system-ui;
  font-size: 35px;
  font-weight: 400;

  margin: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

.news>p {
  font-family: "ADLaM Display", system-ui;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 20px 0 40px;
}

.news>input {
  padding: 14px 16px;
  font-size: 12px;

  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D2D5DA;
  width: 100%;
}

.button {
  width: 35%;
  padding: 14px 22px;
  color: #FFFFFF;
  margin-top: 55px;

  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;

  background-color: #FF000F;
  border-radius: 108px;
}