.how_krisp_woks {
  width: calc(100% - 48px);
  max-width: 1392px;
  margin: 0 auto;
  padding: 80px;
  margin-bottom: 20px;
  border-radius: 32px;
  background: radial-gradient(93.25% 134.44% at 24.46% -3.13%, var(--Purple-700, #4a3bbe) 0%, #2a216b 100%);
}
.how_krisp_woks h2 {
  color: #fff;
  margin-bottom: 64px;
}
.how_krisp_woks .items_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.how_krisp_woks .items_container .item {
  flex: 0 0 33.33%;
}
.how_krisp_woks .items_container .item:first-child {
  padding-right: 32px;
}
.how_krisp_woks .items_container .item:last-child {
  padding-left: 32px;
}
.how_krisp_woks .items_container .item:nth-child(2) {
  padding: 0 32px;
  border-left: 1px solid rgba(231, 231, 234, 0.4);
  border-right: 1px solid rgba(231, 231, 234, 0.4);
}
.how_krisp_woks .items_container .item .number {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}
.how_krisp_woks .items_container .item .img_holder {
  width: 100%;
  height: 266px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how_krisp_woks .items_container .item .img_holder img {
  max-width: 100%;
}
.how_krisp_woks .items_container .item .title {
  color: #f7f7f8;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
.how_krisp_woks .items_container .item .desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #f7f7f8;
  opacity: 0.8;
}
.how_krisp_woks .items_container .item .desc p a {
  text-decoration: underline;
  color: #f7f7f8;
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  .how_krisp_woks {
    border-radius: 16px;
    padding: 48px 20px;
  }
  .how_krisp_woks .items_container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .how_krisp_woks .items_container .item {
    flex: 0 0 auto;
  }
  .how_krisp_woks .items_container .item .img_holder {
    height: auto;
  }
  .how_krisp_woks .items_container .item .img_holder img {
    height: auto;
    width: 100%;
  }
  .how_krisp_woks .items_container .item:first-child {
    padding-right: 0;
  }
  .how_krisp_woks .items_container .item:last-child {
    padding-left: 0;
  }
  .how_krisp_woks .items_container .item:nth-child(2) {
    padding: 32px 0;
    margin: 32px 0;
    border-left: unset;
    border-right: unset;
    border-top: 1px solid rgba(231, 231, 234, 0.4);
    border-bottom: 1px solid rgba(231, 231, 234, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .how_krisp_woks {
    width: calc(100% - 32px);
    padding: 32px 16px;
  }
  .how_krisp_woks .container {
    max-width: unset !important;
    width: 100%;
  }
  .how_krisp_woks .items_container .item .title {
    font-size: 18px;
    line-height: 28px;
  }
  .how_krisp_woks .items_container .item .desc {
    font-size: 14px;
    line-height: 22px;
  }
}