html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

#lancamento {
  background: url(../imgs/bg_decalque.png) bottom right no-repeat;
}
#lancamento .header-area {
  max-width: 1024px;
  width: 100%;
  margin: 40px auto 0;
}
#lancamento .header-area h2 {
  color: #0063ae;
  font-weight: bold;
  font-size: 30px;
}
#lancamento .header-area .area-logo {
  text-align: center;
  padding: 10px 0;
  width: 400px;
  margin: 0 auto;
}
#lancamento .header-area .area-logo img {
  width: 100%;
}
#lancamento .header-area .header_content {
  text-align: center;
  margin: 40px 0;
}
#lancamento .content-feed {
  padding-top: 160px;
}
#lancamento .content-feed .elements {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
#lancamento .content-feed .elements .right-content,
#lancamento .content-feed .elements .left-content {
  width: 50%;
}
#lancamento .content-feed .elements .left-content img {
  position: relative;
  top: -120px;
}

footer {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

@media (max-width: 960px) {
  .header-area {
    margin-bottom: 0 !important;
  }
  .content-feed {
    padding-top: 60px !important;
  }
  .content-feed .elements {
    display: block !important;
  }
  .content-feed .elements .right-content,
  .content-feed .elements .left-content {
    text-align: center !important;
    width: 100% !important;
  }
  .content-feed .elements .left-content img {
    top: -40px !important;
    left: -40px;
    max-width: 100% !important;
  }
  .content-feed .elements .right-content {
    margin-bottom: 40px !important;
  }
  .content-feed .elements .right-content .lojas {
    position: relative !important;
    top: -20px !important;
  }
  .content-feed .elements .right-content .lojas img {
    max-width: 100% !important;
  }
}
