#empire {
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

/*#empire:after {
    background-image: url("/storage/app/media/empire/border.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    content: '';
}*/

#empire .content {
    position: relative;
    z-index: 3;
    padding: 0 1rem;
    text-transform: uppercase;
    text-align: center;
}

#empire .content p {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0;
}

#empire .content h2:first-of-type {
    margin-top: 0;
}

#empire .content h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #empire .content h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    #empire .content p {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }
}

#empire .hq {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transform: translateX(35%) translateY(10%);
    height: 100%;
}