.homepage-packshot-container {
  display: flex;
  margin: 5rem auto;
  justify-content: center;
  color: #ffffff;
  max-width: 85rem;
  gap: 2rem;
}

.homepage-packshot-container .main-img {
  width: 100%;
  position: relative;
  z-index: 2;
  left: 2rem;
  max-width: 250px;
}

img.side-img {
  width: 125px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
}

.syrup img.side-img {
  left: -1rem;
}

.packshot-title {
  font-weight: bolder;
  font-size: 16px;
  min-height: 72px;
}

.packshot-title > span {
  display: block;
}

.packshot-block {
  flex: 0 0 25%;
}

.packshot-desc {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.packshot-desc ul {
  padding-left: 1rem;
  min-height: 96px;
}

a.packshot-btn {
  font-size: 1.1rem;
  line-height: 0.9375rem;
  font-weight: 700;
  border-radius: 18px;
  background: #da1c4d;
  text-align: center;
  padding: 0.74rem 7.6rem;
  display: block;
  margin: 0.5rem 0rem;
  position: relative;
}

.packshot-block > ul {
  padding: 0 1rem;
  margin: 1rem 0;
  min-height: 96px;
}

.packshot-block > ul > li {
  font-size: 15px;
}

.packshot-img {
  display: block;
  position: relative;
}

.tablet .main-img {
  width: 200px;
  margin: 2.75rem 0;
}

@media screen and (max-width: 1440px) {
  .packshot-title {
    font-size: 15px;
  }

  .packshot-block > ul {
    min-height: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .products * {
    font-size: 12.5px;
    line-height: 20px;
  }

  .tablet .main-img {
    width: 175px;
  }

  .packshot-title {
    font-size: 14px;
  }

  .packshot-desc {
    position: relative;
    min-height: 245px;
  }

  .packshot-img {
    max-height: 320px;
  }
}

@media screen and (max-width: 1024px) {
  .products * {
    font-size: 16px;
    line-height: 24px;
  }

  .tablet .main-img {
    width: 200px;
  }

  .homepage-packshot-container {
    max-width: 100vw;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .packshot-block {
    flex: 0 0 45%;
  }

  .homepage-packshot-container .main-img {
    left: 5rem;
    max-width: 230px;
  }

  .packshot-title {
    font-size: 15px;
  }

  .packshot-block > ul {
    min-height: 120px;
  }

  img.side-img {
    left: 0.75rem;
    width: 120px;
  }

  .syrup img.side-img {
    left: 1.75rem;
  }
}

@media screen and (max-width: 520px) {
  .homepage-packshot-container {
    max-width: 100vw;
    gap: 1rem;
  }

  .slider-container {
    height: auto;
  }

  .packshot-block {
    flex: 0 0 100%;
  }

  .tablet .main-img {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .homepage-packshot-container .main-img {
    max-width: 220px;
  }

  img.side-img {
    width: 120px;
  }
}

.packshot-btn-border {
  background-color: transparent !important;
  border: 1px solid #da1c4d;
  padding: 0.74rem 6.6rem !important;
  transition: .2s;
}

.packshot-btn-border:hover {
  background-color: #da1c4d !important;
}