
.content
{
    display: flex;
    flex-direction: row;
}

.services-left
{
    margin-top: 6.6vh;
    width: 25vw;
}

.div-left
{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1vh;
    margin-top: 1vh;
}

/* -------------------CENTER------------------ */
.services-center
{
    width: 50vw;
}

.our-services
{
    padding: 0;
    margin: 0;
    height: 10vh;
    margin: 6.6vh 0vh 0vh 0vh;

    position: fixed;
    left: 50%;
    top: 3%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center; /* center in X */
    align-items: center;     /* center in Y */
}

.our-services img
{
    width: 35vh;
    position: absolute;
}

.our-services h2
{
    text-align: center;
    z-index: 2;
}

.div-center
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bgxs-logo
{
    width: 40vw;
}

/* -------------------RIGHT------------------ */
.services-right
{
    margin-top: 6.6vh;
    width: 25vw;
}

.div-right
{
    width: 95%;
    
    margin: 0 auto;
    margin-bottom: 1vh;
    margin-top: 1vh;
}

.service-image
{
    width: 100%;
}

.service
{
    position: relative;
}

.service h2
{
    font-size: 2.3vh;
    margin: 0;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}