#orders .image{grid-area:3/2/6/5;height:100%;padding-top:clamp(2.25rem,2.09rem + .81vw,3rem)}#orders .heading{grid-area:4/6/5/12;display:flex;align-items:center}#orders .content{grid-area:5/6/6/11}#orders .content .buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding-top:clamp(1.13rem,1.04rem + .41vw,1.5rem);column-gap:calc(clamp(2.25rem,2.09rem + .81vw,3rem)*3);row-gap:calc(clamp(2.25rem,2.09rem + .81vw,3rem)*.5)}#orders .content .buttons .button_icon .primary{color:#e7b46c;padding-bottom:calc(clamp(1.13rem,1.04rem + .41vw,1.5rem)*.5)}#orders .content .buttons .button_icon svg{position:absolute;top:-15%;left:155%;fill:hsla(35,72%,66%,.2);stroke:#e7b46c;stroke-width:1;width:clamp(1.69rem,1.57rem + .61vw,2.25rem);height:clamp(1.69rem,1.57rem + .61vw,2.25rem);animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}#orders .content .buttons img{width:120px}@media screen and (min-width:768px)and (max-width:1023px){#orders{row-gap:calc(clamp(1.69rem,1.57rem + .61vw,2.25rem)*2)}#orders .image{grid-area:3/1/6/4}#orders .heading{grid-area:4/4/5/8}#orders .content{grid-area:5/4/6/8}#orders .content img{width:110px}}@media screen and (max-width:767px){#orders{row-gap:calc(clamp(1.13rem,1.04rem + .41vw,1.5rem)*2)}#orders .image{display:none}#orders .heading{grid-area:3/1/4/5;padding-top:clamp(2.25rem,2.09rem + .81vw,3rem)}#orders .content{grid-area:4/1/5/5}#orders .content .buttons{display:flex;flex-direction:column}#orders .content .buttons img{width:100px}}