.header-container {
  width: 80%;
  margin-left: 10%;
}


.header-bullet {
  display: flex;
  align-items: center;
}

.header-bullet ul {
  list-style: square;
  font-family: 'Karla', sans-serif;
}

.button-section-wedo {
  display: flex;
  justify-content: center;
}

.story{
  background-color : #F1F7FE;
}

.story-text {
  width: 80%;
  margin-left: 10%;
  font-family: 'Karla', sans-serif;
}

#triangle-bottom {
  margin-top: -2px;
}

.button-containerz {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen  and (min-width : 350px) {

  .story #title-section-gs {
    margin-top: 0px !important;
    font-size: 60px !important;
  }

  .text {
    min-height: 300px !important;
  }


  .header-bullet {
    margin-top: 15%;
  }

  .bullet-list-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 50px !important;
  }

  .header-bullet ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 75px;
    padding-bottom: 90px;
  }
}

@media only screen  and (min-width : 768px) {

  .story #title-section-gs {
    margin-top: 0px !important;
    font-size: 60px !important;
  }

  .header-bullet {
    margin-top: 15%;
  }

  .bullet-list-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 50px !important;
  }

  .header-bullet ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 75px;
    padding-bottom: 90px;
  }
}

@media only screen  and (min-width : 1224px) {

  .story #title-section-gs {
    margin-top: 0px !important;
    font-size: 60px !important;
  }

  .header-bullet {
    margin-top: 15%;
  }

  .bullet-list-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 50px !important;
  }

  .header-bullet ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 75px;
    padding-bottom: 90px;
  }

  .button-section-wedo #button-meet-fp {
    margin-top: -2% !important;
  }
}


@media only screen  and (min-width : 1550px){

  .story #title-section-gs {
    margin-top: 0px !important;
    font-size: 60px !important;
  }

  .header-bullet {
    margin-top: 15%;
  }

  .bullet-list-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 50px !important;
  }

  .header-bullet ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 75px;
    padding-bottom: 90px;
  }
}

@media only screen  and (min-width : 2000px){

  .story #title-section-gs {
    margin-top: 0px !important;
    font-size: 60px !important;
  }

  .header-bullet {
    margin-top: 15%;
  }

  .bullet-list-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 50px !important;
  }

  .header-bullet ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 75px;
    padding-bottom: 90px;
  }

  .text {
    min-height: 500px !important;
  }
}