﻿main .container.py-5:nth-child(3) {
    display: none;
}

.container.py-5.mt-5 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

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


    .container.py-5.mt-5 {
        padding: 15% 0 !important;
    }

    span.inner-hero-title {
        font-size: 2em;
    }

    span.inner-hero-title-block {
        width: 100%;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 0 !important;
    }
}

@media screen (min-width: 600px) and (max-width: 768px) {
    span.inner-hero-title {
        font-size: 2em;
    }

    span.inner-hero-title-block {
        width: 70%;
    }
}

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


    span.inner-hero-title-block {
        width: 100%;
    }

    span.inner-hero-title {
        font-size: 3em;
    }
}

.container.py-5 {
    padding-top: 0 !important;
    margin-top: 5em !important;
}


.row.justify-content-md-center {
    width: 100%;
}
@media (max-width: 575px) {
    .inner-hero-title {
        font-size: 1.1em !important;
    }
}