#banner_center_product {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #FAE7E0;
background-image:  radial-gradient(#f3cfc2 1.5px, transparent 1.5px), radial-gradient(#f3cfc2 1.5px, #FAE7E0 1.5px);
background-size: 60px 60px;
background-position: 0 0,30px 30px;
}
#banner_center_product .banner_center_product_descrition {
  max-width: 795px;
  width: 100%;
}
#banner_center_product .banner_center_product_descrition h5 {
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin: 0.9375rem auto 0.3125rem;
  font-family: Muli;
}
#banner_center_product .banner_center_product_descrition p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  max-width: 23.6875rem;
  height: 45px;
  margin: 0 auto;
  font-family: Muli;
}
#banner_center_product .banner_center_product_descrition .cta {
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  font-weight: bold;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 0.5rem 1.25rem 0;
  position: relative;
  text-decoration: none;
  transition: border 250ms ease, color 250ms ease;
  z-index: 1;
  border: 1px solid #f3cfc2;
  max-width: 11.25rem;
  display: block;
  box-sizing: border-box;
  font-family: Muli;
}
#banner_center_product .banner_center_product_descrition .cta:before {
  content: "";
  background: #f3cfc2;
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transition: right 300ms ease;
  width: 100%;
  z-index: -1;
}
#banner_center_product .banner_center_product_descrition .cta:hover, #banner_center_product .banner_center_product_descrition .cta:focus {
  color: #fff;
}
#banner_center_product .banner_center_product_descrition .cta:hover::before, #banner_center_product .banner_center_product_descrition .cta:focus::before {
  right: 0;
}
#banner_center_product picture img {
  height: 150px;
  width: auto;
}
#banner_center_product .cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 0;
}
@media only screen and (max-width: 660px) {
  #banner_center_product {
    height: 190px;
  }
}
@media only screen and (max-width: 660px) {
  #banner_center_product {
    height: 190px;
  }
  #banner_center_product .banner_center_product_descrition {
    max-width: 11.5625rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  #banner_center_product .banner_center_product_descrition h5 {
    font-size: 1.125rem;
  }
  #banner_center_product .banner_center_product_descrition p {
    height: auto;
    margin-bottom: 0.6rem;
  }
  #banner_center_product picture img {
    height: 11.875rem;
    width: auto;
  }
}