@media (min-width:0px) {

  .body-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 0px solid black;
    width: 100%;
    height: auto;
    padding-top: 10vw;
  }

  .contentContainerItemLeft {
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
    margin: 1vw;
    width: 100%;
    height: auto;
  }

  .contentContainerItemRight {
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
    margin: 1vw;
    width: 100%;
    height: auto;
  }

  .contentContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
  }

  .content {
    box-sizing: border-box;
    display: flex;
    margin: 2vw 5vw;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .contentTitle {
    font-size: 24px;
    margin: 1vw 0.5vw;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 700;
  }

  .contentDescription {
    align-self: flex-start;
    font-size: 16px;
    margin: 0.5vw 0px;
    margin-left: 0.5vw;
    font-family: 'Noto Sans HK', sans-serif;
  }

  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw 1vw
  }
  .banner > img {
    width: 100%;
    height: auto;
  }
}

@media (min-width:1280px) {

  .body-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 0px solid black;
    width: 100%;
    height: auto;
    padding-top: 100px;
  }

  .contentContainerItemLeft {
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
    margin: 1vw;
    width: 600px;
    height: 300px;
  }

  .contentContainerItemRight {
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
    margin: 1vw;
    width: 400px;
    height: 300px;
  }

  .contentContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
  }

  .content {
    box-sizing: border-box;
    display: flex;
    margin: 10px 50px;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .contentTitle {
    font-size: 24px;
    margin: 20px 0px;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 700;
  }

  .contentDescription {
    font-size: 16px;
    margin: 1px 0px;
    margin-left: 5px;
    font-family: 'Noto Sans HK', sans-serif;
  }

  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw 1vw
  }
  .banner > img {
    width: 100%;
    height: auto;
  }
}
