body {
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-rouge {
  color: #b42342;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 45px auto 0;
  max-width: 828px;
  text-align: center;
}

.text-black {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin: 35px auto 0;
  max-width: 828px;
  text-align: center;
}

.logo-middel {
  margin-top: 60px;
}

.content-wrap {
  margin: 0 auto;
  max-width: 1321px;
  width: 100%;

}

.header-logo {
  margin-top: 27px;
}

.footer {
  background-color: #b42342;
  bottom: 0;
  height: 58px;
  margin-top: 137px;
  width: 100%;
}

.container {
  min-height: 100vh;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.content {
  padding-left: 25px;
  padding-right: 25px;
}
