.apb-offer{
  --apb-bg:#fffdf8;
  --apb-ink:#090806;
  --apb-copy:#151310;
  --apb-divider:rgba(74,56,35,.12);
  width:100%;
  padding:clamp(48px,5.2vw,66px) 0 clamp(58px,6.4vw,82px);
  background:
    radial-gradient(circle at 50% 0%,rgba(213,178,108,.08),transparent 31%),
    linear-gradient(180deg,#fbf8f2 0%,#fffdf8 34%,#fbf8f1 100%);
  color:var(--apb-ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.apb-offer,.apb-offer *{box-sizing:border-box}
.apb-offer::before{
  content:"";
  display:block;
  width:min(1080px,calc(100% - 48px));
  height:1px;
  margin:calc(-1 * clamp(48px,5.2vw,66px)) auto clamp(42px,4.6vw,56px);
  background:linear-gradient(90deg,transparent,rgba(139,103,48,.16),transparent);
}

.apb-offer h2,.apb-offer h3,.apb-offer p{margin-top:0}
.apb-offer__shell{
  width:min(1600px,calc(100% - 36px));
  margin:0 auto;
}
.apb-offer h2{
  margin:0 0 33px;
  color:#050505;
  font-size:clamp(34px,3.8vw,48px);
  font-weight:950;
  letter-spacing:-.035em;
  line-height:1.05;
  text-align:center;
}
.apb-offer__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}
.apb-offer__item{
  position:relative;
  min-height:228px;
  padding:2px clamp(26px,3vw,54px) 25px;
  text-align:center;
}
.apb-offer__item+.apb-offer__item::before{
  content:"";
  position:absolute;
  top:11px;
  bottom:5px;
  left:0;
  width:1px;
  background:linear-gradient(180deg,transparent,var(--apb-divider) 15%,var(--apb-divider) 85%,transparent);
}
.apb-offer__emoji{
  display:block;
  min-height:49px;
  margin:0 auto 8px;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:39px;
  font-style:normal;
  font-weight:400;
  line-height:1;
  letter-spacing:normal;
  text-align:center;
  text-rendering:auto;
  white-space:nowrap;
  transform:none;
}
.apb-offer__item h3{
  margin-bottom:12px;
  color:#050505;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-style:italic;
  font-weight:800;
  line-height:1.25;
}
.apb-offer__item p{
  max-width:345px;
  margin:0 auto;
  color:var(--apb-copy);
  font-size:14px;
  font-weight:540;
  line-height:1.58;
}
@media(max-width:980px){
  .apb-offer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .apb-offer__item:nth-child(3)::before{display:none}
  .apb-offer__item:nth-child(n+3){
    padding-top:30px;
    border-top:1px solid var(--apb-divider);
  }
}
@media(max-width:620px){
  .apb-offer{
    padding:42px 0 46px;
  }
  .apb-offer::before{margin:-42px auto 34px;width:calc(100% - 30px)}
  .apb-offer__shell{width:calc(100% - 18px)}
  .apb-offer h2{margin-bottom:23px;font-size:32px}
  .apb-offer__grid{grid-template-columns:1fr}
  .apb-offer__item{
    min-height:auto;
    padding:25px 20px 29px;
  }
  .apb-offer__item+.apb-offer__item::before{display:none}
  .apb-offer__item:nth-child(n+2){border-top:1px solid var(--apb-divider)}
  .apb-offer__emoji{font-size:35px;min-height:43px}
}
