.p1-specs-bg {
  background-color: #fff;
}

.p1-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  height: var(--product-snow-blower-robot-section-height, calc(100vh - var(--header-height, 56px)));
}

.p1-specs__img {
  position: relative;
  width: 45%;
  margin-right: 26.32px;
}

.p1-specs__img img {
  position: relative;
  display: block;
  object-fit: contain;
  height: 100%;
  width: 100%;
  inset: 0px;
  color: transparent;
}

.p1-specs__content {
  flex: 1 1 0;
}

.p1-specs__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.375;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin: 0
}

.p1-specs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.p1-specs__item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.p1-specs__subtitle {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #040921;
  margin: 0 0 8px;
}

.p1-specs__desc {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #040921;
  margin: 0;
}

@media (min-width: 960px) {

  .p1-specs__item:nth-child(4n-1),
  .p1-specs__item:nth-child(4n-2),
  .p1-specs__item:nth-child(4n-3) {
    padding-right: 4px
  }

  .p1-specs__img .mobile {
    display: none;
  }
}

@media (max-width: 959px) {
  .p1-specs {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
  }

  .p1-specs__img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 9.22px;
  }

  .p1-specs__img .pc {
    display: none;
  }

  .p1-specs__content {
    width: 100%;
  }

  .p1-specs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p1-specs__title {
    font-size: 13.83px;
    font-weight: 600;
    padding-bottom: 6.15px;
  }

  .p1-specs__item {
    border-bottom: 1px solid #B3B4B6;
  }

  .p1-specs__item:nth-child(odd) {
    padding-right: 4px
  }

  .p1-specs__item:nth-child(even) {
    padding-left: 8px
  }

  .p1-specs__subtitle {
    font-size: 7.68px;
    font-weight: 400;
    color: #040921;
    margin: 0 0 6.53px;
  }

  .p1-specs__desc {
    font-size: 9.22px;
    font-weight: 600;
    color: #040921;
    margin: 0;
  }
}


@media screen and (max-width: 679px) {
  .p1-specs__img {
    margin-bottom: 12px;
  }

  .p1-specs__title {
    font-size: 18px;
  }

  .p1-specs__subtitle {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .p1-specs__desc {
    font-size: 12px;
  }

  .p1-specs__item {
    padding: 16px 0 17px;
  }
  
  .p1-specs {
    margin-bottom: 0;
  }
  .p1-specs-bg{
    padding: 0 16px;
  }
}

@media screen and (min-width: 680px) and (max-width: 959px) {
  .p1-specs__img {
    margin-bottom: 20px;
  }

  .p1-specs__title {
    font-size: 32px;
  }

  .p1-specs__subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .p1-specs__desc {
    font-size: 16.79px;
  }

  .p1-specs__item {
    padding: 36px 11px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
  .p1-specs__title {
    font-size: 24px;
  }

  .p1-specs__subtitle {
    font-size: 6px;
    margin-bottom: 8px;
  }

  .p1-specs__desc {
    font-size: 7px;
    line-height: 10px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .p1-specs__title {
    font-size: 36px;
  }

  .p1-specs__subtitle {
    font-size: 10px;
  }

  .p1-specs__desc {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .p1-specs__title {
    font-size: 48px;
  }

  .p1-specs__subtitle {
    font-size: 12px;
  }

  .p1-specs__desc {
    font-size: 14px;
  }
}