/* additional advantages styling */
.advantages-content {
  max-width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-self: center;
}

.kitchen-cleaning {
  display: grid;
  grid-template-columns: 50% 1fr;
}

.work-title {
  margin-bottom: 25px;
  overflow: hidden;
}

.sidebyside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kitchen-subtitle {
  padding-bottom: 0;
  overflow: hidden;
}

.button-choose-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #003049;
  padding: 0 10px;
}

.regulation-title {
  font-weight: 600;
  margin-bottom: 25px;
  overflow: hidden;
}

.regulation-notification {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: red;
  overflow: hidden;
}

.regulation-image {
  background-image: url("/ASSETS/IMGS/search.jpeg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.process {
  background-color: #003049;
  color: #fff;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-content: center;
}

.process-title {
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
}

.process-icon {
  margin-right: 20px;
  overflow: hidden;
}

.process-item {
  display: flex;
  justify-self: center;
  align-content: center;
}

.cleaning-advantages {
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 80%;
  margin: auto;
}

.cleaning-advantages-content {
  justify-self: center;
}

.cleaning-advantages-item {
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 10px 0;
}

.process-icons {
  overflow: hidden;
}

.cleaning-advantages-number {
  color: #003049;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  padding-left: 20px;
  overflow: hidden;
}

.cleaning-advantages-text {
  color: #003049;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  overflow: hidden;
}

/* * -------------------------------------------------------------------------- */
/* *                               MEDIA QUERIES                               */
/* * -------------------------------------------------------------------------- */

@media (max-width: 1100px) {

  .cleaning-advantages {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .kitchen-cleaning {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .regulation-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .prices-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .sidebyside {
    flex-direction: column;
  }
  .button-choose-text {
    margin: 20px;
  }
  .kitchen-btns {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .process-icons {
    height: 100px;
    width: 100px;
  }
  .process-icons2 {
    height: 75px;
    width: 75px;
  }
}

@media (max-width: 435px) {
  .showcase-content-text {
    font-size: 48px;
  }
  .prices-cards {
    grid-template-columns: 1fr;
  }
  .prices-footer-text {
    font-size: 14px;
  }
  .button-container {
    display: block;
  }
  .kitchen-title {
    text-align: center;
  }
  .kitchen-content {
    max-width: 90%;
    padding: 0;
    margin: auto;
    padding: 50px 0;
  }
  .work-title {
    text-align: center;
    overflow: hidden;
  }
  .cleaning-advantages {
    padding: 20px 0;
    max-width: 90%;
  }
  .process-icons {
    height: 75px;
    width: 75px;
  }
  .process-icons2 {
    height: 70px;
    width: 70px;
  }
  .cleaning-advantages-number {
    font-size: 31px;
  }
  .cleaning-advantages-text {
    font-size: 18px;
  }
}