.namaCake {
  font-family: CCSignLanguageBold;
  font-size: 40px;
  font-weight: bold;
  color: #561b0a;
  /* padding-left: 7px; */
  margin-top: -30px;
  /* text-align: center; */
}

.borderNamaCake {
  background-color: #f8aa00;
  height: 35px;
  margin: 10px 0px 0px 50px;
  padding: 5px 20px 0px 20px;
  width: fit-content;
  border-radius: 50px;
  box-shadow: 2px 2px #a5a5a5;
}

.borderNamaCookies {
  background-color: #f8aa00;
  height: 35px;
  margin: 10px 0px 0px -10px;
  padding: 5px 20px 0px 20px;
  width: fit-content;
  border-radius: 50px;
  box-shadow: 2px 2px #a5a5a5;
}

.description-right{
  padding-right: 5px;
}

.borderNamaCookies2 {
  background-color: #f8aa00;
  height: 35px;
  margin: 10px 0px 0px 0px;
  float: right;
  padding: 5px;
  width: 375px;
  border-radius: 50px;
  box-shadow: 2px 2px #a5a5a5;
}

.borderNamaCakeRight {
  /* width: 505px; */
  float: right;
}

.description {
  font-size: 18px;
  color: #561b0a;
  margin: 10px 15px 0px 25px;
}

.descriptioncookies {
  font-size: 18px;
  color: #561b0a;
  margin: 10px 15px 0px 10px;
}

.descriptioncookies2 {
  font-size: 18px;
  color: #561b0a;
  margin: 10px 20px 0px 10px;
}

.round {
  font-family: HelveticaRounded;
  font-size: 24px;
  font-weight: lighter;
  color: #561b0a;
  margin: 10px 15px 0px 25px;
}

.containers {
  margin: 0px 0px 100px 100px;
}

.btn-product {
  margin-left: 25px;
  margin-right: 15px;
}

.borderNamaCake.desktop{
  display: none;
}

.borderNamaCake.mobile, .bnc{
  display: block;
}

/* .image img{
  margin-left: -150px;
  width: 300px;
} */

@media (min-width: 992px) {
  .borderNamaCake.desktop{
    display: block;
  }

  .borderNamaCake.mobile, .bnc{
    display: none;
  }
}