.ux .icons2,
.ux .title {
  position: relative;
}
.ux .title {
  align-self: stretch;
  height: 32px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-transform: uppercase;
  display: inline-block;
}
.ux .icons2 {
  width: 100px;
  border-radius: var(--br-7xs);
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.ux .aria-allows-users,
.ux .ease-of-use {
  align-self: stretch;
  position: relative;
}
.ux .aria-allows-users {
  font-size: var(--font-size-lg);
}
.ux .ease-of-use-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-5xs);
}
.ux .content,
.ux .icons,
.ux .ux1 {
  justify-content: flex-start;
}
.ux .ux1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  gap: var(--gap-xl);
}
.ux .content,
.ux .icons {
  flex-direction: column;
}
.ux .icons {
  align-self: stretch;
  display: grid;
  align-items: flex-start;
  gap: var(--gap-xl);
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  font-size: var(--font-size-xl);
}
.ux .content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--gap-21xl);
  max-width: 1280px;
}
.ux .shapedefault-icon {
  width: 1920px;
  position: relative;
  height: 528.5px;
  margin-top: -321px;
}
.ux .shapemobile-icon,
.ux .shapetablet-icon {
  width: 662px;
  position: relative;
  height: 153px;
  display: none;
}
.ux .shapetablet-icon {
  width: 984px;
  height: 227px;
}
.ux {
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #5d43d4, #5c7dcb 51.64%, #25c69e);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: var(--padding-41xl) var(--padding-77xl) 0;
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-17xl);
  color: var(--color-white);
  font-family: var(--font-heebo);
  outline: auto;
}
@media screen and (max-width: 1279px) and (min-width: 961px) {
  .ux .ux1 {
    min-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .ux .title {
    font-size: var(--font-size-13xl);
    line-height: 38px;
  }
}
@media screen and (max-width: 960px) and (min-width: 601px) {
  .ux .title {
    text-align: center;
    height: 32px;
  }
  .ux .ease-of-use {
    font-size: var(--font-size-lg);
  }
  .ux .aria-allows-users {
    font-size: var(--font-size-base);
  }
  .ux .ux1 {
    min-width: 300px;
  }
  .ux .icons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
  .ux .shapedefault-icon {
    display: none;
  }
  .ux .shapetablet-icon {
    display: flex;
  }
  .ux{
    gap: var(--gap-433xs);
    padding-left: var(--padding-17xl);
    padding-right: var(--padding-17xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) and (min-width: 298px) {
  .ux .ease-of-use,
  .ux .title {
    font-size: var(--font-size-7xl);
    line-height: 28px;
    text-align: center;
  }
  .ux .ease-of-use {
    font-size: var(--font-size-lg);
    line-height: 20px;
  }
  .ux .aria-allows-users {
    font-size: var(--font-size-base);
    line-height: 18px;
    text-align: center;
  }
  .ux .ease-of-use-parent {
    flex: unset;
    align-self: stretch;
  }
  .ux .ux1 {
    flex-direction: column;
    gap: 12px 20px;
    align-items: center;
    justify-content: flex-start;
    min-width: 20px;
  }
  .ux .icons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
  .ux .shapedefault-icon {
    display: none;
  }
  .ux .shapemobile-icon {
    display: flex;
  }
  .ux{
    gap: -370px -321px;
    padding: var(--padding-21xl) var(--padding-3xs) 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 297px) and (min-width: 100px) {
  .ux .ease-of-use,
  .ux .title {
    font-size: var(--font-size-5xl);
    line-height: 26px;
    text-align: center;
  }
  .ux .ease-of-use {
    font-size: var(--font-size-lg);
    line-height: 20px;
  }
  .ux .aria-allows-users {
    font-size: var(--font-size-base);
    line-height: 18px;
    text-align: center;
  }
  .ux .ease-of-use-parent {
    align-items: center;
    justify-content: center;
    flex: unset;
    align-self: stretch;
  }
  .ux .ux1 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 80px;
  }
  .ux .icons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
  .ux .shapedefault-icon {
    display: none;
  }
  .ux .shapemobile-icon {
    display: flex;
  }
  .ux{
    padding: var(--padding-41xl) var(--padding-base);
    box-sizing: border-box;
  }
}
