.why {
  position: relative;
}

.why-content {
  padding-top: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  z-index: 2;
  position: relative;
  height: 950px;
}

.why-content-header {
  width: 685px;
  color: #fff;
}

.why-content-header h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
}

.why-content-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: start;
}

.why-content-cards-item {}

.why-content-cards-item-container {
  background-color: #F5F5F5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.why-content-cards-item-image {
  height: 64px;
  width: 64px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.why-content-cards-item-image svg {}

.why-content-cards-item-image svg path {
  stroke: var(--primary-color);
  stroke-width: 4;
}

.why-content-cards-item-text {}

.why-content-cards-item-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  white-space: pre-line;
}

.why-background {
  background-image: url('../../assets/images/5scr_1600.jpg');
  height: 1228px;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .why-content {}

  .why-content-header h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  .why-content-cards {}

  .why-content-cards-item-container {}

  .why-content-cards-item-image {
    height: 60px;
    width: 60px;
  }

  .why-content-cards-item-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .why-background {}

  .why-content-header {}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .why-content {}

  .why-content-header h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  .why-content-cards {}

  .why-content-cards-item-container {
    padding: 20px;
  }

  .why-content-cards-item-image {
    height: 60px;
    width: 60px;
  }

  .why-content-cards-item-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .why-background {}

  .why-content-header {}
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .why-content {
    padding-top: 150px;
  }

  .why-content-header h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .why-content-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .why-content-cards-item-container {
    padding: 20px;
  }

  .why-content-cards-item-image {
    width: 60px;
    height: 60px;
  }

  .why-content-cards-item-text p {}

  .why-background {
    height: 970px;
    background-size: cover;
  }

  .why-content-header {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .why-content {
    padding-top: 66px;
    padding-bottom: 250px;
  }

  .why-content-header h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .why-content-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .why-content-cards-item-container {
    padding: 20px;
  }

  .why-content-cards-item-image {
    height: 60px;
    width: 60px;
  }

  .why-content-cards-item-text p {}

  .why-background {
    height: 1008px;
    background-size: cover;
  }

  .why-content-header {
    width: 100%;
  }
}