.bgimage {
    position: fixed;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.page-width {
    width: 100%;
}

.layout-full-area {
    opacity: 1;
}

.flip-container.flip,
.flip-container .flipper {
    width: 100%;
    height: auto;
}

.card.card-image.front {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.service:first-child,
.service:nth-child(2) {
    margin-top: 6px;
}
