.range {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.info {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.range__dessert-img {
  width: 300px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  width: 173px;
  height: 141px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./img/logo.jpg);
}

.button {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 20px;
  color: black;
  border-radius: 15px;
}

.info_title {
  margin: 0;
  font-size: 18px;
  font-style: italic;
}

.info_social {
  width: 100%;
}

.bento {
  background-image: url(./img/bento.jpg);
}

.bento_cupcake {
  background-image: url(./img/bento_cupcake.jpg);
}

.cake {
  background-image: url(./img/cake.jpg);
}

.cake2 {
  background-image: url(./img/cake2.jpg);
}

.mini {
  background-image: url(./img/mini.jpg);
}

.cupcake {
  background-image: url(./img/cupcake.jpg);
}

p,
h4,
h5,
li {
  margin: 0;
}

ul {
  padding: 0;
  margin-top: 0;
}

.range__dessert-description_title {
  margin-bottom: 10px;
}

.range__dessert-description_dessert,
.range-title {
  text-align: center;
}

.range__dessert {
  margin-bottom: 100px;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin-bottom: 100px;
}

.cupcake-title {
  margin: 0;
}

.block {
  display: flex;
  flex-wrap: wrap;
}

.block_item {
  width: fit-content;
  min-width: 150px;
}
