.hero-section{
    width:100%;
    margin:30px 0;
}

.hero-section > .container{
    width:1400px !important;
    max-width:95% !important;
    margin:0 auto !important;
    padding:0 !important;
}

.hero-grid{
    display:grid;
    grid-template-columns:300px minmax(0,1fr) 320px;
    gap:25px;
    width:100%;
}
