.manufacturing-grid-wrapper{display:flex;flex-direction:row;gap:5rem;align-items:center}.manufacturing-grid-wrapper>div:first-child,.manufacturing-grid-wrapper>div:nth-child(2){width:calc(50% - 2.5rem);flex-basis:calc(50% - 2.5rem)}.design-card-grid-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}.design-card{padding:2.5rem;background-color:#F5F5F5}.design-card-icon{width:6.5rem}@media only screen and (max-width:991px){.manufacturing-grid-wrapper{flex-direction:column;gap:2.5rem}.manufacturing-grid-wrapper>div:first-child,.manufacturing-grid-wrapper>div:nth-child(2){width:100%;flex-basis:100%}.design-card-grid-wrapper{grid-template-columns:100%;gap:1.5rem}.design-card{padding:1.5rem}}