body {
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 0;
}

.hero {
    color: white;
    background-color: #8dc63f;
    justify-content: space-evenly;
    height: calc(100vh - 152px);
    overflow-x: hidden;
}
.footer {
    justify-content: space-around;
    color: #818080;
    flex-wrap: wrap;
    overflow-y: auto;
}

.row {
    display: flex;
    flex-direction: row;
}
.column {
    display: flex;
    flex-direction: column;
}

.vertical-aligned {
    align-items: center;
}
.around {
    justify-content: space-around;
    height: 100%;
}

.title {
    max-width: 794px;
    margin: 100.4px 0 29px;
    /*-webkit-filter: blur(10px);*/
    /*filter: blur(10px);*/
    font-size: 72px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.32px;
    text-align: left;
    color: #ffffff;
}

.subtitle {
    max-width: 700px;
    margin: 29px 53px 0 7px;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

#column1 {
    margin-right: 12px;
}

#column2 {
    margin-right: 24px;
}

#logo {
    margin-top: 130px;
    max-width: 378px;
    max-height: 104px;
}
#graphic {
    height: 90%;
    max-height: calc(100vh - 151px);
    margin-top:60px;
}
@media only screen and (max-width: 1500px) {
    #graphic {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .title {
        margin-top: 50px;
    }
    #logo {
        margin-top: 20px;
    }
    .hero {
        justify-content: center;
        height: inherit;
    }
    .footer {
        flex-direction: column;
        margin-left: 20px;
    }
}

.footer-text {
    object-fit: contain;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #818080;
}

.Icon-material-location-city {
    width: 51px;
    height: 62px;
    object-fit: contain;
}

.Icon-material-perm-contact-calendar {
    width: 54px;
    height: 60px;
    object-fit: contain;
}

.Icon-material-email {
    width: 53px;
    height: 42px;
    object-fit: contain;
}

.margin23top {
    margin-top: 52px;
}

.height71 {
    height: 71px;
}
