/* Spacer */
.spacer {
    padding: 35px 0;
}

/* Hero Section */
.hero-section-title {
    letter-spacing: .1em;
    color: var(--titles-main-color-light);
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    display: block;
    font-size: 2em;
    font-style: normal;
    line-height: normal;
    letter-spacing: .1em;
}

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.hero-content {
    margin-top: 30px;
    text-align: left;
}

.hero-title {
    color: var(--titles-main-color);
    margin: 0;
}