
    .standard-container-with-sidebar {
        display: flex;
        justify-content: space-between
    }

    .standard-container-with-sidebar>div:first-child {
        flex-basis: calc(25% - 10px);
        overflow: hidden;
    }

    .info-center-content-title {
        background-color: transparent;
    }

    .standard-form-content {
        background: #151515;
        color: #828282;
        padding: 40px;
        border-radius: 15px;
    }

    .info-center-container h2 {
        color: #fbeb8f;
        font-size: 32px;
        font-family: 'latobold';
        text-decoration: underline;
        margin-bottom: 30px;
        text-align: initial;
    }

    .standard-container-with-sidebar>div:last-child {
        flex-basis: calc(75% - 10px);
        overflow: hidden
    }
    .standard-side-menu {
        background-color: #151515;
        color: #fff;
        border-radius: 15px;
        padding: 20px 15px;
        text-align: center
    }

    .standard-side-menu>h4 {
        font-size: 20px;
        margin: 20px 0;
        color: #fbeb8f;
    }

    .standard-side-menu>h4:not(:first-child) {
        margin-top: 50px
    }

    .standard-side-menu a {
        display: block;
        border: 1px solid #242424;
        background-color: #242424;
        color: #fff;
        font-size: 16px;
        padding: 12px 0;
        border-radius: 10px;
        margin: 15px 0
    }

    .standard-side-menu a[data-active="true"] {
        background-color: #7f0fbf;
        background-image: linear-gradient(to right,#7f0fbf 0%,#870d63 100%)
    }

    .standard-side-menu a:not([data-active="true"]):hover {
        border-color: #e2c360;
        color: #e2c360;
    }
    .standard-side-menu>h4 {
        font-size: 20px;
        margin: 20px 0;
    }
    .standard-side-menu a {
        color: #828282;
        display: block;
        font-size: 16px;
        padding: 12px 0;
        border-radius: 10px;
        margin: 15px 0;
    }
    .standard-side-menu a[data-active="true"] {
        background-color: #877502;
        background-image: linear-gradient(to right, #874c02 0%, #fcba00 100%);
        color: #fff;
    }