.why_krisp {
  padding: 80px 0;
}
.why_krisp h2 {
  margin-bottom: 40px;
}
.why_krisp .item_container {
  padding: 32px 0;
  border-top: 1px solid #e7e7ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why_krisp .item_container:last-child {
  border-bottom: 1px solid #e7e7ea;
}
.why_krisp .item_container .content {
  width: 100%;
  max-width: 600px;
}
.why_krisp .item_container .content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.why_krisp .item_container .content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .why_krisp {
    padding: 60px 0;
  }
  .why_krisp .item_container {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .why_krisp .item_container img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .why_krisp {
    padding: 40px 0;
  }
  .why_krisp .item_container {
    padding: 24px 0;
    gap: 32px;
  }
  .why_krisp .item_container .content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .why_krisp .item_container .content p {
    font-size: 14px;
    line-height: 20px;
  }
}