html {
    background: #ffffff !important;
}

.main>div {
    color: #333333;
    font-weight: 800;
    font-size: 20px;
    position: relative
}

.main>div>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}

.main div p {
    margin-bottom: 18px;
}

.nav li:nth-child(5):after,
.nav li:nth-child(5):before {
    opacity: 1;
}