.promote-mb-block {
  width: 270px;
  max-width: 100%;
  margin: 16px auto;
  padding: 5px;
  border: 1px solid lightgray;
}
.promote-mb-block .logo-img {
  background-color: #cedbe2;
  height: 80px;
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promote-mb-block .logo-img img {
  max-height: 70px;
  width: auto!important;
  display: inline-block;
}
.promote-mb-block .main-content {
  background-color: #cedbe2;
  padding: 5px 10px;
}
.promote-mb-block ul {
  padding-left: 20px;
}
.promote-mb-block .price {
  font-size: 24px;
  font-weight: bold;
}
.promote-mb-block .period {
  font-weight: bold;
}
.promote-mb-block .info {
  margin-top: 15px;
}
.promote-mb-block .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
}
.promote-mb-block .buttons a {
  font-size: 18px;
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid red;
  border-radius: 50px;
  white-space: nowrap;
}
.promote-mb-block .button-1 a {
  color: red;
  background-color: white;
}
.promote-mb-block .button-2 a {
  background-color: red;
  color: white;
}
.promote-mb-block .additional {
  text-align: center;
}
.promote-mb-block .additional > div {
  max-width: 80%;
  margin: 0 auto;
}
