html {
  scroll-behaviour: smooth;
}

.qx-section-main
{
  background-image: linear-gradient(#303030, #202020);
  justify-content: center;
  font-family: Helvetica;
  padding-top: 70px;
  padding-bottom: 50px;
}

.qx-item-category-title
{
  color: white;
  text-align: center;
  letter-spacing: 4px;
  word-spacing: 10px;
  font-size: 22px;
}

.qx-item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.qx-item-column
{
  flex: 50%;
  max-width: 50%;
}

@media (max-width: 950px) {
  .qx-item-column
  {
    flex: 100%;
    max-width: 100%;
  }
}

.qx-item-container
{
  display: flex;
  flex-direction: row;
  /**border: 2px solid #d0d0d0;
  border-radius: 8px;**/
  padding: 30px 60px 40px 60px;
}

.qx-item-details-container
{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 25px;
}

.qx-image-item-icon
{
  width: 80px;
  height: 80px;
}

.qx-item-icon-placeholder
{
  width: 80px;
  height: 80px;
  border: 2px solid #728096;
  border-radius: 8px;
  color: #728096;
  text-align: center;
  line-height: 80px;
  font-size: 12px;
}

.qx-text-app-title
{
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
}

.qx-text-app-subtitle
{
  color: #728096;
  padding-top: 10px;
  font-size: 13px;
}

.qx-text-app-description-header
{
  color: #789cd6; 
  font-size: 16px; 
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}

.qx-text-app-description
{
  color: #aebcd6; 
  font-size: 13px;
  margin: 0;
  padding: 15px;
}

.qx-text-app-line
{
  line-height: 170%;
}

.qx-image-app-store
{
  padding-top: 10px;
  height: 35px;
}

.qx-text-coming-soon
{
  color: #728096;
}

.qx-footer 
{
  background: url('../assets/images/main/bg_03.png') no-repeat center center;
  background-size: cover;
  font-family: Helvetica;
  padding-top: 35px;
  padding-bottom: 30px;
}

.qx-back-to-top
{
  padding-bottom: 35px;
}

.qx-contact-us-title
{
  font-size: 20px;
  letter-spacing: 2px;
  color: #DFDFDF;
  padding-bottom: 15px;
}

.qx-contact-us-content
{
  font-size: 15px;
  letter-spacing: 1px;
  color: #DFDFDF;
}

.qx-text-copyright
{
  font-size: 12px; 
  padding-top: 40px;
  color: #bbbbbb;
}





