.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero_section {
    height: 600px;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-origin: border-box;
}