/* If the screen size is 600px or less, set the font-size of <div> to 30px */
  * {
    font-family: 'Lato', sans-serif;
  }

  .text-center {
    text-align: center;
  }

  .d-flex {
    display: flex;
  }

  .justify-content-center {
    justify-content: center;
  }

  .gap-21 {
    gap: 20.9px;
  }

  .global-padding {
    padding: 22.5px 42px 0 42px;
  }

  .talkroute-logo {
    max-width: 55px;
    width: 100%;
    margin-bottom: 36px;
  }

  .main-content {
    width: 236px;
    float: none;
    margin: 0 auto;
  }

  .welcome-text {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.29px;
    text-align: center;
    color: #414042;
    margin-bottom: 0;
    margin-top: 0;
  }

  .p-b-39 {
    padding-bottom: 39.4px;
  }

  .p-b-84 {
    padding-bottom: 84.6px;
  }

  .download-app-store img,
  .download-google-play img {
    max-width: 125px;
    height: 32px;
    width: 100%;
  }

  .go-to-control-panel {
    width: 154px;
    height: 41px;
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
    border-radius: 20.5px;
    border: solid 1px #ff7100;
    background-color: #ff7100;
  }

  .go-to-control-panel a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.29px;
  }

