.banderole_container {
    margin-top: 60px;
    margin-bottom: 0px;
}

.banderole_container.start_logo {
    margin-top: 300px;
    margin-bottom: 0px
}

/* .banderole_container.start_logo::before {
    content: url('start_image.png');
    position: absolute;
    margin-top: -350px;
    margin-left: -126px;
} */

.banderole_container.start_logo::before {
  background-image: url('start_image_new.png');
  position: absolute;
  margin-top: -395px;
  margin-left: 15%;
  display: inline-block;
  content: "";
  background-size: 467px 512px;
  height: 467px;
  width: 512px;
}

.banderole_content_container {
  max-width: 846px;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 60px;
}

.banderole_content_container .button_all_posts {
  margin: 50px auto 0;
  width: auto;
  display: table;
}

.banderole_content {
    text-align: left;
    margin: 0 !important;
    font-family: 'Cabin';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.marquee span {
    display: block;
    padding: 40px 20px;
    font-size: 30px;
    line-height: 38.28px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Space Grotesk';
}

#marquee a {
  color: inherit;
}

.banderole_container .btn_container {
  display: flex;
}

@media (max-width:1299px) {
  .banderole_container.start_logo::before {
    margin-left: 50px;
  }

  main .container {
    padding: 0 70px;
  }
}

@media (max-width:1090px) {
  .banderole_container.start_logo::before {
      margin-left: 25%;
    }

  .banderole_container.start_logo {
    margin-top: 340px;
  }
}

@media (max-width:895px) {
  .banderole_container.start_logo::before {
      transform: scale(0.715);
      margin-top: -365px;
    }

  main .container {
    padding: 0px 15px;
  }

  .banderole_container.start_logo {
    margin-top: 260px;
  }

  .banderole_content_container {
    padding: 70px 15px 35px;
  }

  .banderole_content {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width:720px) {
  .banderole_container {
    margin: 10px -15px 40px !important;
  }

  .banderole_container.start_logo {
    margin: 250px -15px 0px !important;
  }

  .banderole_container.start_logo::before {
      /* content: url('start_image1.jpg'); */
      position: absolute;
      margin-top: -345px;
      margin-left: auto;
      transform: scale(0.715);
      margin-right: auto;
      width: 500px;
      left: 0;
      right: 0;
  }

  .marquee span {
      padding: 30px 15px;
      font-size: 26px;
      line-height: 33.18px;
  }

  .banderole_container .btn_container {
    display: block;
  }
}

@media (max-width:420px) {
  .banderole_container.start_logo::before {
        margin-left: -55px;
    }
}
