.bottle-card-component{position:relative;flex:1;gap:16px;border-radius:10px;padding:24px;padding-bottom:48px;width:100%;height:155px;max-width:280px;background-color:#fff}
@media(min-width:1024px){.bottle-card-component{padding-bottom:40px;width:100%;height:240px;max-width:390px}
}
.bottle-card-component__img-picture{display:flex;justify-content:center;margin-top:-42px}
@media(min-width:1024px){.bottle-card-component__img-picture{margin-top:-95px;margin-bottom:12px}
}
.bottle-card-component__img-picture .bottle-card-component__img{max-width:80px;max-height:80px}
@media(min-width:1024px){.bottle-card-component__img-picture .bottle-card-component__img{max-width:150px;max-height:150px}
}
.bottle-card-component__title{font-family:var(--primary-font);font-style:normal;font-weight:300;font-size-adjust:.545;font-size:24px;letter-spacing:0;line-height:40px;color:#012857}
@media(min-width:1024px){.bottle-card-component__title{font-family:var(--primary-font);font-style:normal;font-weight:300;font-size-adjust:.545;font-size:32px;line-height:80px;letter-spacing:0;line-height:40px}
}
.bottle-card-component__description{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;color:#012857}