.WhyUs{display:flex;justify-content:center;padding:80px 0}.WhyUs .WhyUs_wrapper{width:1200px}.WhyUs .WhyUs_wrapper .content{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #818181}.WhyUs .WhyUs_wrapper .content .item{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #818181;padding:24px;height:300px}.WhyUs .WhyUs_wrapper .content .item>p{color:#a5a5a5;font-size:16px;font-family:Helvetica;font-weight:400;line-height:120%}.WhyUs .WhyUs_wrapper .content .item>.item_title{font-family:Russo One;font-size:24px;text-transform:uppercase}.WhyUs .WhyUs_wrapper .content .item>.title{display:flex;justify-content:space-between;align-items:center}.WhyUs .WhyUs_wrapper .content .item>.title>span.subtitle{color:silver;font-family:Helvetica;font-weight:700;font-size:20px}.WhyUs .WhyUs_wrapper .content .item.half{grid-column:span 2}.WhyUs .WhyUs_wrapper .content .item.quarter{grid-column:span 1}@media(max-width:1200px){.WhyUs{padding:48px 0}.WhyUs .WhyUs_wrapper{width:100%;padding:0 24px}.WhyUs .WhyUs_wrapper .content{grid-template-columns:1fr}.WhyUs .WhyUs_wrapper .content .item{grid-column:span 1!important;height:auto;gap:24px}}