.img-background {
  margin: 8px auto;
  background: url("https://www.eltiempo.com/maquetacion/modulos-html-libre/eltiempo/2023/09/bannerGiftcard/img-background-gift.svg") no-repeat 100% center/100%;
  max-width: 310px;
  height: 110px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.img-background .gift-title {
  width: 180px;
  font: normal normal 800 12px/16px Faustina;
  letter-spacing: 0.19px;
  color: #FFFF;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #0000004F;

}

.img-background .gift-title .yellow-gift-title {
  background-color: #FECD2B;
  color: #8534B7;
  font-weight: 600;
  text-shadow: none;
  padding: 0px 0px 1px 2px;
  font-family: Faustina;
}
 
.img-background .btn-gift {
  width: 155px; 
  height: 25px;
  border-radius: 10px;
  opacity: 1; 
  font: normal normal 800 10px/14px Open Sans;
  color: #8534B7;
  border: none; 
  background: #fff;
  background-color: #fff; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}    

@media (max-width: 760px) {
  .img-background {
    max-width: 100%;
  }
  .img-background {
    margin: 0px 10px 20px 10px;
    padding: 15px;
    height: 135px; 
  }
  .img-background .btn-gift {
    background: #fff;
    background-color: #fff;
  }  
} 
