body, html {
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    height: 100%;
    margin: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    max-width: 100%
}

h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

@media (max-width: 767px) {
    h2 {
        font-size: 36px
    }

    .header-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .contact-info, .img-wrapper {
        display: none
    }

    .hero-block h1 {
        font-size: 40px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    h2 {
        font-size: 40px
    }

    .container {
        width: 450px
    }

    .hero-block h1 {
        font-size: 50px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-wrapper {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-block h1 {
        font-size: 80px
    }
}

.header-section {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 2
}

.main-section {
    background: #0a0a0a;
    overflow: hidden;
    height: 100%
}

.header-section {
    position: unset;
    padding-top: 100px;
    padding-bottom: 120px
}

.contact-info a {
    color: #fff;
    font-size: 20px;
    font-family: "Space Mono", sans-serif
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    height: auto
}

.hero-block {
    margin-bottom: 100px
}

.hero-block h1 {
    font-size: 100px;
    font-weight: 700;
    color: #fff
}

.hero-block p {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    line-height: 40px
}