.home_page_block1 {
    width: 100% !important;
    background-image: url("../images/gallery/home_page/home_page_background_3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.company-main-description {
    display: block;
    width: 100%;
}
.company-main-description > h1 {
    color: white !important;
    font-size: 3em !important;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 10% auto;
    /*text-shadow: 1px 1px 14px rgba(0,0,0,1);*/
}
.company-main-description > p {
    text-align: center;
    color: white;
    font-size: 1.5em;
    padding-bottom: 10%;
}

.home_page_block2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-link {
    display: flex;
    flex-direction: column;
    width: 400px;
    min-height: 200px;
    margin: 1em;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(95, 107, 138);
    background: linear-gradient(
        0deg,
        rgba(95, 107, 138, 1) 0%,
        rgba(48, 64, 103, 1) 56%,
        rgba(37, 49, 77, 1) 100%
    );
}

.block-link > h2 {
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-top: 0.5em;
}
.block-link > p {
    color: white;
    font-size: 0.9em;
    margin: auto;
    text-align: center;
    text-indent: 0;
}

.block-link:hover {
    color: #ffa500;
}

.update_info_data {
    width: 100%;
    display: block;
    font-size: 0.75em;
    margin-bottom: 0 !important;
}

#new-product-button {
    background-image: url("../images/gallery/home_page/look_and_new_product/p0156_thumb.jpg");
    background-size: cover;
}

#price-list-button {
    background-image: url("../images/gallery/home_page/prices-background.jpg");
    background-size: cover;
}

#applications-button {
    background-image: url("../images/gallery/home_page/applications_background.jpg");
    background-size: cover;
}

@media all and (max-width: 1450px) {
    .home_page_block2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex: 1 1 0;
    }

    .block-link {
        width: 300px;
    }
}

@media all and (max-width: 1000px) {
    .home_page_block2 {
        flex-direction: column;
    }
    .block-link {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 900px) {
    .company-main-description > h1 {
        font-size: 1.5em !important;
    }
    .company-main-description > h1 {
        font-size: 1em !important;
    }
    .home_page_block1 {
        margin: 0 auto;
    }
}
