#no-site-content-wrp {
    display: table;
    width: 100%;
    margin-top: 96px;
}

#no-site-content-layout {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#no-site-content-icon-wrp,
#no-site-content-txt {
    opacity: 0.35;
}

#no-site-content-icon-wrp {
    display: flex;
    width: 100%;
    justify-content: center;
}

#no-site-content-icon-wrp svg {
    width: 100%;
    max-width: 82px;
}

#no-site-content-txt {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-align: center;
}

#no-site-content-btns-wrp {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

#no-site-content-btns-wrp button {
    margin: 0px !important;
}