@media screen and (max-width:840px) {

  .font-size-53 {
    font-weight: 600;
    font-size: 36px;
  }

  .font-size-40 {
    font-weight: 600;
    font-size: 22px;
  }

  .font-size-26 {
    font-weight: 600;
    font-size: 18px;
  }

  .font-size-23 {
    font-weight: 600;
    font-size: 16px;
  }

  .font-size-18 {
    font-weight: 600;
    font-size: 16px;
  }

  .font-size-16 {
    font-weight: 400;
    font-size: 14px;
  }

  .font-size-12 {
    font-weight: 400;
    font-size: 10px;
  }

  .content {
    width: 840px;
    position: absolute;
    top: 100px;
    left: 420px;
  }

  .content>div {
    padding-left: 10px;
    padding-right: 10px;
    /* box-sizing: border-box; */
  }

  .container-fluid {
    padding: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}