@media (min-width: 900px) {
  header {
    width: 100%;
    display: flex;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .img_container {
    width: 100%;
    height: 400px;
  }
  header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  h1 {
    font-family: raleway;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 10%;
    color: #000;
  }
  h4 {
    margin-left: 10%;
    font-size: 1.5em;
    color: #c4c4c4;
    width: 70%;
  }
  header p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
  }
  .section_concept {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
  }
  .card_concept {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  .card_concept img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 5px;
  }
  .card_concept span {
    font-family: raleway;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }

  .section_ease {
    margin-top: 5em;
    background-color: #f4f4f4;
  }
  .ease_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .section_ease iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .ease_img_container {
    width: 50%;
    height: 400px;
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .ease_text {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  .ease_text h4 {
    color: #000;
    font-family: raleway;
    font-size: 2em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .ease_text p {
    color: #000;
  }

  .section_come {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .come_img_container {
    width: 40%;
    height: 600px;
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .section_come img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .come_text {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .come_text h4 {
    color: #000;
    font-family: raleway;
    font-size: 2em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .come_text p {
    margin-bottom: 3em;
  }

  .section_quote {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 3em;
    margin-top: 3em;
    padding: 3em;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quote_graphic {
    font-size: 4em;
    font-family: "Passion One", cursive;
    margin-left: 10%;
  }
  .quote_left {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
  }
  .quote_text {
    font-size: 1.7em;
  }
  .quote_sign {
    font-size: 1.3em;
    align-self: flex-end;
    margin-top: 2em;
  }
}

@media (max-width: 900px) {
  header {
    width: 100%;
    display: flex;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .img_container {
    width: 100%;
    height: 300px;
  }
  header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  h1 {
    font-family: raleway;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 10%;
    color: #000;
  }
  h4 {
    margin-left: 10%;
    font-size: 1.5em;
    color: #c4c4c4;
    width: 70%;
  }
  header p {
    margin-top: 1em;
    margin-bottom: 3em;
    margin-left: 10%;
    width: 80%;
  }
  .section_concept {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
  }
  .card_concept {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3em;
  }
  .card_concept img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 5px;
  }
  .card_concept span {
    font-family: raleway-bold;
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }

  .section_ease {
    margin-top: 5em;
    background-color: #f4f4f4;
  }
  .ease_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    order: -2;
    padding-bottom: 5%;
  }
  .section_ease iframe {
    display:none;
  }
  .ease_img_container {
    display:none;
  }
  .ease_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3em;
  }
  .ease_text h4 {
    color: #000;
    font-family: raleway;
    font-size: 2em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .ease_text p {
    color: #000;
  }

  .section_come {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 3em;
  }
  .come_img_container {
    width: 100%;
    height: 300px;
    margin-top: 5em;
    margin-bottom: 5em;
    order: -1;
  }
  .section_come img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .come_text {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 3em;
  }
  .come_text h4 {
    color: #000;
    font-family: raleway;
    font-size: 2em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .section_quote {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3em;
    padding: 1em;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quote_graphic {
    font-size: 4em;
    font-family: "Passion One", cursive;
    margin-left: 10%;
  }
  .quote_left {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
  }
  .quote_text {
    font-size: 1em;
  }
  .quote_sign {
    font-size: 1em;
    align-self: flex-end;
    margin-top: 2em;
  }
}
