/* === DC SYSTEM OVERVIEW PAGE === */

.overview__logo__img {
  width: 546px;
  height: 316px;
  left: calc(50% - 546px / 2 - 1584px);
  top: 68px;
}

.overview__logo__subtitle {
  width: 586px;
  height: 267px;
  left: calc(50% - 586px / 2 - 1584px);
  top: 403px;

  font-family: 'DIN OT Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 103px;
  line-height: 133px;
  text-transform: uppercase;

  color: #f3c32d;
}

.overview__lang__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  width: 610px;
  left: calc(50% - 610px / 2 + 1575px);
  top: 1.48%;
  bottom: 88.33%;

  background: #2e2e2e;
  border-radius: 15px;

  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.overview__lang__btn:active {
  background: #3a3a3a;
  transform: translateY(3px) scale(0.97);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.overview__lang__btn span {
  font-family: 'DIN OT Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;

  color: #ffffff;
}

.overview__lang__btn:active span {
  transform: translateY(1px);
}

.overview__machine__icon__light {
  width: 1902px;
  height: 1150px;
  left: 715px;
  top: 811px;
}

.overview__grinder {
  width: 871px;
  height: 1306px;
  left: 2464px;
  top: 713px;
}

/* Shared highlight styles */
.overview__highlight__machine,
.overview__highlight__grinder {
  box-sizing: border-box;
  height: 199px;
  top: 1188px;

  background: linear-gradient(
      0deg,
      rgba(243, 195, 45, 0.1),
      rgba(243, 195, 45, 0.1)
    ),
    linear-gradient(0deg, rgba(243, 195, 45, 0.1), rgba(243, 195, 45, 0.1)),
    rgba(243, 195, 45, 0.1);

  border: 10px dashed #ffffff;
  border-radius: 20px;
}

.overview__highlight__machine {
  width: 206px;
  left: 2039px;
  top: 1247px;
}

.overview__highlight__grinder {
  width: 236px;
  left: 2777px;
  top: 1187px;
}

/* === Connection between machine and grinder === */
.overview__connection {
  width: 430px;
  height: 8px;
  left: 2296px;
  top: 1333px;
  background-image: repeating-linear-gradient(
    to right,
    #ffffff 0 22px,
    transparent 22px 44px
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.overview__chevron__left,
.overview__chevron__right {
  width: 21px;
  height: 42px;
  top: 1316px;
}

.overview__chevron__left {
  left: 2275px;
}

.overview__chevron__right {
  left: 2705px;
}

/* === Shared styles for all feature sections === */
.overview__online__label,
.overview__steam__label,
.overview__milk__label,
.overview__grinder__label {
  height: 313px;
  font-family: 'DIN OT Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  color: #ffffff;
}

.overview__online__btn,
.overview__steam__btn,
.overview__milk__btn,
.overview__grinder__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  width: 451px;
  background: #f3c32d;
  border-radius: 15px;

  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.overview__online__btn:active,
.overview__steam__btn:active,
.overview__milk__btn:active,
.overview__grinder__btn:active {
  background: #ffd84e;
  transform: translateY(3px) scale(0.97);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.overview__online__btn span,
.overview__steam__btn span,
.overview__milk__btn span,
.overview__grinder__btn span {
  font-family: 'DIN OT Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;
  color: #000000;
}

.overview__online__btn:active span,
.overview__steam__btn:active span,
.overview__milk__btn:active span,
.overview__grinder__btn:active span {
  transform: translateY(1px);
}

/* Shared circle styles */
.overview__online__circles,
.overview__steam__circles,
.overview__milk__circles,
.overview__grinder__circles {
  width: 174px;
  height: 174px;
}

.overview__online__circle__inner,
.overview__steam__circle__inner,
.overview__milk__circle__inner,
.overview__grinder__circle__inner {
  left: 32.31%;
  right: 33.08%;
  top: 32.31%;
  bottom: 33.08%;
  background: #f3c32d;
  border-radius: 50%;
}

.overview__online__circle__outer,
.overview__steam__circle__outer,
.overview__milk__circle__outer,
.overview__grinder__circle__outer {
  left: 7.69%;
  right: 7.69%;
  top: 7.69%;
  bottom: 7.69%;
  border: 1px solid #f3c32d;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #f3c32d;
  box-sizing: border-box;
}

.overview__online__circle__outer2,
.overview__steam__circle__outer2,
.overview__milk__circle__outer2,
.overview__grinder__circle__outer2 {
  inset: 0;
  border: 1px solid #f3c32d;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #f3c32d;
  box-sizing: border-box;
}

/* === ONLINE CONTROL SYSTEM SECTION === */
.overview__online__label {
  width: 948px;
  left: 549px;
  top: 187px;
  text-align: right;
}

.overview__online__btn {
  left: calc(50% - 451px / 2 - 648.5px);
  top: 27.18%;
  bottom: 62.64%;
}

.overview__online__line {
  width: 362px;
  height: 516px;
  left: 1541px;
  top: 415px;

  border-top: 4px solid #f3c32d;
  border-right: 4px solid #f3c32d;
}

.overview__online__circles {
  left: 1816px;
  top: 861px;
}

/* === STEAM MASTER SECTION === */
.overview__steam__label {
  width: 1319px;
  left: 2686px;
  top: 223px;
}

.overview__steam__btn {
  left: calc(50% - 451px / 2 + 996.5px);
  top: 23.38%;
  bottom: 66.44%;
}

.overview__steam__line {
  width: 204px;
  height: 792px;
  left: 2459px;
  top: 438px;

  border-top: 4px solid #f3c32d;
  border-left: 4px solid #f3c32d;
}

.overview__steam__circles {
  left: 2372px;
  top: 1137px;
}

/* === MILK CONTROL SECTION === */
.overview__milk__label {
  width: 881px;
  left: -280px;
  top: 1058px;
  text-align: right;
}

.overview__milk__btn {
  left: calc(50% - 451px / 2 - 1544.5px);
  top: 67.64%;
  bottom: 22.18%;
}

.overview__milk__line {
  width: 239px;
  height: 0px;
  left: 650.82px;
  top: 1263px;

  border: 4px solid #f7c70e;
}

.overview__milk__circles {
  left: 803px;
  top: 1176px;
}

/* === GRINDER CONTROL SYSTEM SECTION === */
.overview__grinder__label {
  width: 881px;
  left: 3236px;
  top: 959px;
}

.overview__grinder__btn {
  left: calc(50% - 451px / 2 + 1541.5px);
  top: 62.87%;
  bottom: 26.94%;
}

.overview__grinder__line {
  width: 245px;
  height: 0px;
  left: 2968px;
  top: 1244px;

  border: 4px solid #f3c32d;
}

.overview__grinder__circles {
  left: 2880px;
  top: 1158px;
}

.overview__footer {
  width: 1400px;
  height: 67px;
  left: calc(50% - 1400px / 2 + 0.5px);
  top: 1950px;

  font-family: 'DIN OT Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 65px;
  line-height: 67px;
  /* identical to box height, or 103% */
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

/* === Responsive styles for screens up to 768px wide === */
@media (max-width: 360px) {
  .overview__logo__img {
    width: 60px;
    height: 35px;
    left: calc(50% - 60px / 2 - 140px);
    top: 9px;
  }

  .overview__logo__subtitle {
    width: 100px;
    height: 44px;
    left: calc(50% - 60px / 2 - 140px);
    top: 50px;

    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;

  }

  .overview__lang__btn {

    width: 101px;
    left: calc(50% - 101px / 2 + 262.5px);
    top: 1.48%;
    bottom: 88.33%;
    display: none;

  }


  .overview__lang__btn span {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;

  }


  .overview__machine__icon__light {
    width: 200px;
    height: 121px;
    left: 65px;
    top: 100px;
  }

  .overview__grinder {
    width: 91px;
    height: 135px;
    left: 250px;
    top: 91px;
  }

  /* Shared highlight styles */
  .overview__highlight__machine,
  .overview__highlight__grinder {
    box-sizing: border-box;
    height: 17px;
    top: 90px;

    background: linear-gradient(0deg,
        rgba(243, 195, 45, 0.1),
        rgba(243, 195, 45, 0.1)),
      linear-gradient(0deg, rgba(243, 195, 45, 0.1), rgba(243, 195, 45, 0.1)),
      rgba(243, 195, 45, 0.1);

    border: 10px dashed #ffffff;
    border-radius: 20px;
  }

  .overview__highlight__machine {
    width: 17px;
    left: 208px;
    top: 140px;
  }

  .overview__highlight__grinder {
    width: 18px;
    left: 285px;
    top: 135px;
  }

  /* === Connection between machine and grinder === */
  .overview__connection {
    width: 40px;
    height: 2px;
    left: 235px;
    top: 160px;
    background-image: repeating-linear-gradient(to right,
        #ffffff 0 11px,
        transparent 11px 22px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
  }

  .overview__chevron__left,
  .overview__chevron__right {
    width: 7px;
    height: 13px;
    top: 155px;
  }

  .overview__chevron__left {
    left: 233px;
  }

  .overview__chevron__right {
    left: 265px;
  }

  /* === Shared styles for all feature sections === */
  .overview__online__label,
  .overview__steam__label,
  .overview__milk__label,
  .overview__grinder__label {
    height: 25px;
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
  }

  .overview__online__btn,
  .overview__steam__btn,
  .overview__milk__btn,
  .overview__grinder__btn {
    width: 70px;
    border-radius: 15px;

  }


  .overview__online__btn span,
  .overview__steam__btn span,
  .overview__milk__btn span,
  .overview__grinder__btn span {
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
  }


  /* Shared circle styles */
  .overview__online__circles,
  .overview__steam__circles,
  .overview__milk__circles,
  .overview__grinder__circles {
    width: 12px;
    height: 12px;
  }

  .overview__online__circle__inner,
  .overview__steam__circle__inner,
  .overview__milk__circle__inner,
  .overview__grinder__circle__inner {
    left: 22%;
    right: 22%;
    top: 22%;
    bottom: 22%;
  }

  .overview__online__circle__outer,
  .overview__steam__circle__outer,
  .overview__milk__circle__outer,
  .overview__grinder__circle__outer {
    left: 5.12%;
    right: 5.12%;
    top: 5.12%;
    bottom: 5.12%;
  }


  /* === ONLINE CONTROL SYSTEM SECTION === */
  .overview__online__label {
    width: 158px;
    left: 80px;
    top: 4px;
  }

  .overview__online__btn {
    left: calc(50% - 71px / 2 - 30px);
    top: 10%;
    bottom: 83%;
  }

  .overview__online__line {
    width: 0px;
    height: 50px;
    left: 195px;
    top: 75px;

  }

  .overview__online__circles {
    left: 190px;
    top: 120px;
  }

  /* === STEAM MASTER SECTION === */
  .overview__steam__label {
    width: 110px;
    left: 248px;
    top: 50px;
  }

  .overview__steam__btn {
    left: calc(50% - 71px / 2 + 140px);
    top: 1%;
    bottom: 92%;
  }

  .overview__steam__line {
    width: 0px;
    height: 50px;
    left: 245px;
    top: 95px;

  }

  .overview__steam__circles {
    left: 240px;
    top: 140px;
  }

  /* === MILK CONTROL SECTION === */
  .overview__milk__label {
    width: 147px;
    left: -80px;
    top: 135px;
  }

  .overview__milk__btn {
    left: calc(50% - 71px / 2 - 142px);
    top: 33%;
    bottom: 60%;
  }

  .overview__milk__line {
    width: 10px;
    height: 0px;
    left: 70px;
    top: 150px;
    border: 2px solid #f3c32d;
  }

  .overview__milk__circles {
    left: 80px;
    top: 150px;
  }

  /* === GRINDER CONTROL SYSTEM SECTION === */
  .overview__grinder__label {
    width: 147px;
    left: 280px;
    top: 200px;
  }

  .overview__grinder__btn {
    left: calc(50% - 71px / 2 + 50px);
    top: 36%;
    bottom: 57%;
  }

  .overview__grinder__line {
    width: 0px;
    height: 50px;
    left: 312px;
    top: 140px;
    border: 2px solid #f3c32d;
  }

  .overview__grinder__circles {
    left: 307px;
    top: 130px;
  }

  .overview__footer {
    width: 360px;
    height: 67px;
    left: calc(50% - 360px / 2);
    top: 300px;

    font-weight: 200;
    font-size: 11px;
    line-height: 12px;
    /* identical to box height, or 103% */
  }
}

/* === Responsive styles for screens up to 1280px wide === */
@media (min-width: 361px) and (max-width: 768px) {
  .overview__logo__img {
    width: 120px;
    height: 69px;
    left: calc(50% - 120px / 2 - 300px);
    top: 17px;
  }

  .overview__logo__subtitle {
    width: 120px;
    height: 44px;
    left: calc(50% - 120px / 2 - 300px);
    top: 80px;

    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;

  }

  .overview__lang__btn {

    width: 101px;
    left: calc(50% - 101px / 2 + 262.5px);
    top: 1.48%;
    bottom: 88.33%;
    display: none;

  }


  .overview__lang__btn span {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;

  }


  .overview__machine__icon__light {
    width: 400px;
    height: 242px;
    left: 130px;
    top: 119px;
  }

  .overview__grinder {
    width: 182px;
    height: 270px;
    left: 500px;
    top: 102px;
  }

  /* Shared highlight styles */
  .overview__highlight__machine,
  .overview__highlight__grinder {
    box-sizing: border-box;
    height: 33px;
    top: 181px;

    background: linear-gradient(0deg,
        rgba(243, 195, 45, 0.1),
        rgba(243, 195, 45, 0.1)),
      linear-gradient(0deg, rgba(243, 195, 45, 0.1), rgba(243, 195, 45, 0.1)),
      rgba(243, 195, 45, 0.1);

    border: 10px dashed #ffffff;
    border-radius: 20px;
  }

  .overview__highlight__machine {
    width: 34px;
    left: 410px;
    top: 200px;
  }

  .overview__highlight__grinder {
    width: 36px;
    left: 570px;
    top: 200px;
  }

  /* === Connection between machine and grinder === */
  .overview__connection {
    width: 80px;
    height: 2px;
    left: 460px;
    top: 225px;
    background-image: repeating-linear-gradient(to right,
        #ffffff 0 11px,
        transparent 11px 22px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
  }

  .overview__chevron__left,
  .overview__chevron__right {
    width: 13px;
    height: 26px;
    top: 213px;
  }

  .overview__chevron__left {
    left: 450px;
  }

  .overview__chevron__right {
    left: 530px;
  }

  /* === Shared styles for all feature sections === */
  .overview__online__label,
  .overview__steam__label,
  .overview__milk__label,
  .overview__grinder__label {
    height: 50px;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
  }

  .overview__online__btn,
  .overview__steam__btn,
  .overview__milk__btn,
  .overview__grinder__btn {
    width: 100px;
    border-radius: 15px;

  }


  .overview__online__btn span,
  .overview__steam__btn span,
  .overview__milk__btn span,
  .overview__grinder__btn span {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
  }


  /* Shared circle styles */
  .overview__online__circles,
  .overview__steam__circles,
  .overview__milk__circles,
  .overview__grinder__circles {
    width: 24px;
    height: 24px;
  }

  .overview__online__circle__inner,
  .overview__steam__circle__inner,
  .overview__milk__circle__inner,
  .overview__grinder__circle__inner {
    left: 22%;
    right: 22%;
    top: 22%;
    bottom: 22%;
  }

  .overview__online__circle__outer,
  .overview__steam__circle__outer,
  .overview__milk__circle__outer,
  .overview__grinder__circle__outer {
    left: 5.12%;
    right: 5.12%;
    top: 5.12%;
    bottom: 5.12%;
  }


  /* === ONLINE CONTROL SYSTEM SECTION === */
  .overview__online__label {
    width: 158px;
    left: 120px;
    top: 21px;
  }

  .overview__online__btn {
    left: calc(50% - 71px / 2 - 160px);
    top: 14%;
    bottom: 78%;
  }

  .overview__online__line {
    width: 80px;
    height: 86px;
    left: 305px;
    top: 65px;

  }

  .overview__online__circles {
    left: 370px;
    top: 150px;
  }

  /* === STEAM MASTER SECTION === */
  .overview__steam__label {
    width: 220px;
    left: 548px;
    top: 26px;
  }

  .overview__steam__btn {
    left: calc(50% - 71px / 2 + 190px);
    top: 12%;
    bottom: 80%;
  }

  .overview__steam__line {
    width: 34px;
    height: 125px;
    left: 500px;
    top: 63px;

  }

  .overview__steam__circles {
    left: 490px;
    top: 180px;
  }

  /* === MILK CONTROL SECTION === */
  .overview__milk__label {
    width: 147px;
    left: -46px;
    top: 175px;
  }

  .overview__milk__btn {
    left: calc(50% - 71px / 2 - 340px);
    top: 40%;
    bottom: 52%;
  }

  .overview__milk__line {
    width: 40px;
    height: 0px;
    left: 123px;
    top: 205px;
  }

  .overview__milk__circles {
    left: 154px;
    top: 196px;
  }

  /* === GRINDER CONTROL SYSTEM SECTION === */
  .overview__grinder__label {
    width: 147px;
    left: 660px;
    top: 170px;
  }

  .overview__grinder__btn {
    left: calc(50% - 71px / 2 + 310px);
    top: 40%;
    bottom: 52%;
  }

  .overview__grinder__line {
    width: 33px;
    height: 0px;
    left: 615px;
    top: 208px;
  }

  .overview__grinder__circles {
    left: 597px;
    top: 200px;
  }

  .overview__footer {
    width: 500px;
    height: 67px;
    left: calc(50% - 500px / 2 + 0.25px);
    top: 400px;

    font-weight: 300;
    font-size: 22px;
    line-height: 23px;
    /* identical to box height, or 103% */
  }
}

/* === Responsive styles for screens up to 3840px wide === */
@media (min-width: 769px) and (max-width: 3839px) {
.overview__logo__img {
    width: 182px;
    height: 105px;
    left: calc(50% - 182px / 2 - 528px);
    top: 34px;
  }

  .overview__logo__subtitle {
    width: 182px;
    height: 88px;
    left: calc(50% - 182px / 2 - 528px);
    top: 134px;

    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;

  }

  .overview__lang__btn {

    width: 202px;
    left: calc(50% - 202px / 2 + 525px);
    top: 1.48%;
    bottom: 88.33%;
    display: none;

  }


  .overview__lang__btn span {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;

  }


  .overview__machine__icon__light {
    width: 634px;
    height: 383px;
    left: 238px;
    top: 237px;
  }

  .overview__grinder {
    width: 291px;
    height: 435px;
    left: 822px;
    top: 204px;
  }

  /* Shared highlight styles */
  .overview__highlight__machine,
  .overview__highlight__grinder {
    box-sizing: border-box;
    height: 66px;
    top: 362px;

    background: linear-gradient(0deg,
        rgba(243, 195, 45, 0.1),
        rgba(243, 195, 45, 0.1)),
      linear-gradient(0deg, rgba(243, 195, 45, 0.1), rgba(243, 195, 45, 0.1)),
      rgba(243, 195, 45, 0.1);

    border: 10px dashed #ffffff;
    border-radius: 20px;
  }

  .overview__highlight__machine {
    width: 68px;
    left: 680px;
    top: 362px;
  }

  .overview__highlight__grinder {
    width: 72px;
    left: 926px;
    top: 362px;
  }

  /* === Connection between machine and grinder === */
  .overview__connection {
    width: 142px;
    height: 3px;
    left: 756px;
    top: 411px;
    background-image: repeating-linear-gradient(to right,
        #ffffff 0 11px,
        transparent 11px 22px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
  }

  .overview__chevron__left,
  .overview__chevron__right {
    width: 13px;
    height: 26px;
    top: 400px;
  }

  .overview__chevron__left {
    left: 750px;
  }

  .overview__chevron__right {
    left: 892px;
  }

  /* === Shared styles for all feature sections === */
  .overview__online__label,
  .overview__steam__label,
  .overview__milk__label,
  .overview__grinder__label {
    height: 100px;
    font-weight: 300;
    font-size: 33px;
    line-height: 33px;
  }

  .overview__online__btn,
  .overview__steam__btn,
  .overview__milk__btn,
  .overview__grinder__btn {
    width: 142px;
    border-radius: 15px;

  }


  .overview__online__btn span,
  .overview__steam__btn span,
  .overview__milk__btn span,
  .overview__grinder__btn span {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
  }


  /* Shared circle styles */
  .overview__online__circles,
  .overview__steam__circles,
  .overview__milk__circles,
  .overview__grinder__circles {
    width: 48px;
    height: 48px;
  }

  .overview__online__circle__inner,
  .overview__steam__circle__inner,
  .overview__milk__circle__inner,
  .overview__grinder__circle__inner {
    left: 22%;
    right: 22%;
    top: 22%;
    bottom: 22%;
  }

  .overview__online__circle__outer,
  .overview__steam__circle__outer,
  .overview__milk__circle__outer,
  .overview__grinder__circle__outer {
    left: 5.12%;
    right: 5.12%;
    top: 5.12%;
    bottom: 5.12%;
  }


  /* === ONLINE CONTROL SYSTEM SECTION === */
  .overview__online__label {
    width: 316px;
    left: 182px;
    top: 42px;
  }

  .overview__online__btn {
    left: calc(50% - 142px / 2 - 216px);
    top: 21%;
    bottom: 70%;
  }

  .overview__online__line {
    width: 120px;
    height: 172px;
    left: 512px;
    top: 130px;

  }

  .overview__online__circles {
    left: 606px;
    top: 287px;
  }

  /* === STEAM MASTER SECTION === */
  .overview__steam__label {
    width: 440px;
    left: 896px;
    top: 52px;
  }

  .overview__steam__btn {
    left: calc(50% - 142px / 2 + 332px);
    top: 19%;
    bottom: 72%;
  }

  .overview__steam__line {
    width: 68px;
    height: 250px;
    left: 814px;
    top: 106px;

  }

  .overview__steam__circles {
    left: 791px;
    top: 339px;
  }

  /* === MILK CONTROL SECTION === */
  .overview__milk__label {
    width: 294px;
    left: -92px;
    top: 350px;
  }

  .overview__milk__btn {
    left: calc(50% - 142px / 2 - 515px);
    top: 64%;
    bottom: 28%;
  }

  .overview__milk__line {
    width: 80px;
    height: 0px;
    left: 216px;
    top: 415px;
  }

  .overview__milk__circles {
    left: 268px;
    top: 392px;
  }

  /* === GRINDER CONTROL SYSTEM SECTION === */
  .overview__grinder__label {
    width: 294px;
    left: 1085px;
    top: 355px;
  }

  .overview__grinder__btn {
    left: calc(50% - 142px / 2 + 514px);
    top: 65%;
    bottom: 26%;
  }

  .overview__grinder__line {
    width: 65px;
    height: 0px;
    left: 995px;
    top: 372px;
  }

  .overview__grinder__circles {
    left: 960px;
    top: 350px;
  }

  .overview__footer {
    width: 700px;
    height: 67px;
    left: calc(50% - 700px / 2 + 0.25px);
    top: 650px;

    font-weight: 500;
    font-size: 32.5px;
    line-height: 33.5px;
    /* identical to box height, or 103% */
  }
}


