.hero-main-container {

    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-element-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.hero-logo-img {
    object-fit: contain !important;
    width: 25rem;
    height: 25rem
}

.hero-title {
    margin: 0px;
    font-weight: 600;
    line-height: 4rem;
    font-size: 3.75rem;
    min-width: 20%;
    text-align: center;
}

.hero-description {
    font-weight: 200;
    letter-spacing: 0.1em;
    font-size: 1.15rem;
    font-family: var(--main-font);
    word-wrap: break-word;
    position: relative;
    width: 50%;
}


@media only screen and (max-width: 600px) {

    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;
    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 22rem;
        height: 22rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 3.25rem;
        font-size: 2.5rem;
        max-width: 85vw;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 75vw;
    }

}

@media only screen and (min-width: 600px) {
    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;
    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 25rem;
        height: 25rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 4rem;
        font-size: 2.75rem;
        max-width: 85vw;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 75vw;
    }
}

@media only screen and (min-width: 768px) {

    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;
    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 25rem;
        height: 25rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 4rem;
        font-size: 3rem;
        max-width: 75vw;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1.15rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 75vw;
    }
}

@media only screen and (min-width: 992px) {


    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;
    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 25rem;
        height: 25rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 4rem;
        font-size: 3rem;
        min-width: 20%;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1.15rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 75vw;
    }


}

@media only screen and (min-width: 1200px) {

    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;

    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 25rem;
        height: 25rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 4rem;
        font-size: 3.25rem;
        min-width: 20%;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1.15rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 70vw;
    }

}


@media only screen and (min-width: 1400px) {

    .hero-main-container {

        min-height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-element-container {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 190px;

    }

    .hero-logo-img {
        object-fit: contain !important;
        width: 25rem;
        height: 25rem
    }

    .hero-title {
        margin: 0px;
        font-weight: 600;
        line-height: 4rem;
        font-size: 3.75rem;
        min-width: 20%;
        text-align: center;
    }

    .hero-description {
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 1.15rem;
        font-family: var(--main-font);
        word-wrap: break-word;
        position: relative;
        width: 55vw;
    }

}