body {
  margin: 0;
  line-height: normal;
  background-color: white;
}

:root {
  /* fonts */
  --font-poppins: Poppins;
}
.rice-1-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  min-width: 300px;
}
.rice-1-wrapper {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 350px;
}
.backend,
.logonero-1-icon {
  align-self: stretch;
  position: relative;
}
.logonero-1-icon {
  max-width: 100%;
  overflow: hidden;
  height: 190px;
  flex-shrink: 0;
  object-fit: cover;
}
.backend {
  margin: 0;
  flex: 1;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: contents;
}
.desktop-1,
.logonero-1-parent {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  min-width: 350px;
}
.logonero-1-parent {
  flex: 0.9692;
  height: 316px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}
.desktop-1 {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 1096px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 107px 57px;
  gap: 96px;
  text-align: left;
  font-size: 48px;
  color: #000;
  font-family: var(--font-poppins);
}
@media screen and (max-width: 1200px) {
  .rice-1-icon {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .rice-1-icon {
    flex: unset;
    align-self: stretch;
  }
  .rice-1-wrapper {
    align-self: stretch;
    height: auto;
    flex-direction: column;
    min-width: 300px;
  }
  .desktop-1,
  .logonero-1-parent {
    align-items: center;
    justify-content: center;
  }
}
