.h1 {
  font-weight: bold;
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 30px;
    margin-bottom: 5px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: 20px;
    margin-bottom: 25px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.h4 {
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 20px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: 20px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.marginTitle {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 10px;
    margin-bottom: 30px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vertical {
  display: flex;
  flex-direction: column;
}
.marginText {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 45px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 45px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 45px;
  }
}
.image {
  @media screen and (max-width: 1800px) {
    /* phone */
    width: 650px;
    height: 400px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 10px;
    width: 800px;
    height: 100px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 10px;
    width: 500px;
  }
}
