.hero {
    padding: 100px 0;
    background-image: url('https://www.beckettsimonon.com/cdn/shop/collections/beckett-simonon-dean-shoes-square.jpg?v=1569966081');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.hero__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 22.82%, rgba(0, 0, 0, 0) 99.98%);
}

.hero__title {
    margin: 0;
    font-family: Alverata, sans-serif;
    margin-bottom: 12px;
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.hero__desc {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}