@media (max-width: 1399px) {
    .image-decor.d-none.d-xxl-block {
        display: none;
    }
}
.main-section {
    position: relative;
}
.main-image-decor-left {
    right: auto;
    transform: scale(-1, 1);
}
.seeMore {
    font-size: 14px;
    line-height: 20px;
    color: #c4c4c4;
    font-family: "Rubik-Regular", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
}
.seeMore:hover {
    color: #6919d1;
}
.main-auth-link {
    color: white;
    text-decoration: underline !important;
}
