
.manufacturing{background:#fff}
.manufacturing-layout{display:flex;gap:50px;align-items:center}
.manufacturing-copy{flex:1}
.manufacturing-steps{flex:1;display:flex;flex-direction:column;gap:12px}
.manufacturing-step{display:flex;align-items:flex-start;gap:16px;padding:17px 18px;border-radius:18px;background:#f3efe7}
.manufacturing-step span{width:40px;height:40px;border-radius:50%;background:#dca73b;color:#082844;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;flex:0 0 40px}
.manufacturing-step strong{display:block;font-size:16px;margin-bottom:3px}
.manufacturing-step p{font-size:14px;line-height:1.4;color:#5c6c79;margin:0}
@media(max-width:900px){.manufacturing-layout{flex-direction:column}}
