html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family:
  ui-sans-serif,
  system-ui,
  -apple-system,
  BlinkMacSystemFont,
  'Segoe UI',
  Roboto,
  'Helvetica Neue',
  Arial,
  'Noto Sans',
  sans-serif,
  'Apple Color Emoji',
  'Segoe UI Emoji',
  'Segoe UI Symbol',
  'Noto Color Emoji';
}

.computer-body {
  margin: 0;
  padding: 0;
}

.computer-main {
  width: 100%;
  /* max-width: 1024px; */
  margin: auto;
  /* padding-bottom: 100px; */
}

.computer-title {
  text-align: center;
  color: #131217;
  font-family: Helvetica;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.computer-box {
  margin-top: 60px;
}
@media (max-width: 767px){
  .computer-box {
    margin-top: 40px;
  }
}

.computer-subheading {
  /* color: #131217; */
  /* font-family: Helvetica; */
  font-size: 22px;
  font-style: normal;
  /* font-weight: 700; */
  font-weight: 600;
  line-height: normal;
  position: relative;
  margin-bottom: 24px;
  color: hsl(209 72% 37%);
}

.computer-select-box {
  display: flex;
  padding: 24px 20px;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #F3F5F6;
}

.ivu-checkbox-group {
  display: flex;
  width: 100%;
  gap: 24px 64px;
  flex-wrap: wrap;
}

.ivu-checkbox-group-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 25%;
}

.ivu-checkbox-group-item,
.ivu-checkbox-disabled+span {
  flex: 1;
  color: #131217;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.ivu-checkbox-label-text {
  width: 100%;
}

.computer-select-flex {
  display: flex;
  flex: 1;
  min-width: 25%;
  align-items: center;
  justify-content: space-between;
}

.ivu-icon-ios-arrow-up {
  background: url('../images/VectorTop.svg') no-repeat center center;
}
.ivu-icon-ios-arrow-up::before,.ivu-icon-ios-arrow-down::before{
  display: none;
}
.ivu-icon-ios-arrow-down {
  background: url('../images/VectorDown.svg') no-repeat center center;
}

.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #131217;
  background-color: #2029BD;
}

.computer-much {
  color: #131217;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 36px;
  color: hsl(209 72% 37%);
}

.computer-much span {
  color: #14CAF4;

}
@media screen and (max-width: 1024px) {
  .computer-select-flex{
    min-width: 40%;
    max-width: calc(50% - 16px);
  }
  .ivu-checkbox-group{
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .computer-select-flex{
    min-width: 100%;
  }
  .computer-title{
    font-size: 28px;
  }
  .computer-subheading{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .computer-much{
    font-size: 18px;
  }
}
