.footer {
    margin-top: 0 !important;
}

.company-group {
    overflow: hidden;
    margin-top: 4vw;
    margin-bottom: 4vw;
}

    .company-group-image {
        height: 15vw;
        background-image: url(../img/group.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .company-group-text {
        width: 45%;
        float: left;
    }

    .company-group-text:not(:first-child) {
        margin-left: 3vw;
    }

        .group-text-height {
            min-height: 18vw;
        }

        .group-text-link {
            color: #0072B0;
            text-decoration: underline;
            transition-duration: .4s;
        }

            .group-text-link:hover {
                color: #048DD7;
            }

.resources {
    overflow: hidden;
}

    .resources-building,
    .resources-production {
        overflow: hidden;
        width: 45%;
    }

    .resources-building {
        float: left;
    }

    .resources-production {
        float: right;
    }

        .staff-box {
            padding: 3vw 4vw;
            margin-bottom: 1vw;
            text-align: center;
            color: #fff;
            background-color: #048DD7;
        }

            .box-heading {
                margin: 0;
                margin-bottom: 2vw;
                padding: 0;
                font-size: 4vw;
                font-weight: normal;
                background-image: url(../img/bg-staff-box.png);
                background-repeat: no-repeat;
                background-position: 20%;
                background-size: 3vw;
            }

            .box-text {
                font-size: 1.5vw;
            }

        .sub-box {
            width: 48%;
            min-height: 12vw;
            margin-bottom: 2vw;
            padding: 2vw 1.5vw;
            color: #fff;
            text-align: center;
            background-color: #0072B0;
        }

            .left {
                float: left;
            }

            .right {
                float: right;
            }

            .sub-box-heading {
                margin: 0;
                margin-bottom: .5vw;
                padding: 0;
                font-size: 3vw;
                font-weight: normal;
                background-repeat: no-repeat;
                background-position: 20%;
                background-size: 1.5vw;
            }

                .personal {
                    background-image: url(../img/bg-sub-box-personal.png);
                }

                .specpersonal {
                    background-image: url(../img/bg-sub-box-specpersonal.png);
                }

            .sub-box-text {
                font-size: 1.5vw;
            }
    
    .building-list {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .building-list-item,
        .production-list-item {
            height: 2.1vw;
            margin: 0;
            margin-bottom: 4vw;
            padding: 0;
            padding-left: 4vw;
            background-repeat: no-repeat;
            background-size: contain;
            background-position-y: center;
            font-size: 1.5vw;
            color: #0072B0;
        }

        .building-list-item {
            margin-bottom: 6vw;
        }

            .bl1 {
                background-image: url(../img/bl1.png);
            }

            .bl2 {
                background-image: url(../img/bl2.png);
            }

            .bl3 {
                background-image: url(../img/bl3.png);
            }

    .production-points {
        width: 48%;
        margin-bottom: 1vw;
        color: #0072B0;
        font-size: 1.5vw;
        text-align: center;
    }

        .second-span {
            margin: 0;
            padding: 0;
        }

        .production-img {
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3vw;
        }
            
            .location-img {
                background-image: url(../img/location.png);
            }

            .park-img {
                background-image: url(../img/park.png);
            }

        .production-points-text {
            padding: 0;
            margin: 0;
            margin-top: 1vw;
        }

    .production-list {
        float: left;
        margin: 0;
        padding: 0;
    }

        .pl1 {
            background-image: url(../img/pl1.png);
        }

        .pl2 {
            background-image: url(../img/pl2.png);
        }

        .pl3 {
            background-image: url(../img/pl3.png);
        }

@media (max-width: 630px) {
    .download-button {
        font-size: 3vw;
    }

    .resources-building,
    .resources-production {
        float: none;
        width: auto;
    }

    .box-heading {
        font-size: 11vw;
        background-position: 33%;
        background-size: 9vw;
    }

    .box-text {
        font-size: 3.5vw;
    }

    .sub-box-heading {
        font-size: 7vw;
        background-position: 30%;
        background-size: 5vw;
    }

    .staff-box {
        padding: 6vw 4vw !important;
    }

    .production-img {
        height: 10vw;
    }

    .production-points {
        margin-bottom: 10vw;
    }

    .sub-box {
        padding: 2vw 2.5vw;
        margin-bottom: 8vw;
    }

    .sub-box-text {
        font-size: 3vw;
    }

    .production-points-text,
    .production-list-item,
    .building-list-item,
    .second-span {
        font-size: 4vw;
    }

    .production-list-item,
    .building-list-item {
        height: 6vw !important;
        padding-left: 9vw;
        margin-bottom: 10vw;
    }

    .company-group-image {
        height: 25vw;
    }

    .company-group-text:not(:first-child) {
        margin-left: 3vw;
    }

    .group-text-height {
        font-size: 3vw !important;
    }
}