@media screen and (max-width: 1440px) {
    ul.gold_stocks {
        line-height: 30px;
    }

    .contact_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        color: #333;
        padding: 50px 0px;
    }

    ul.page__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        width: 100% !important;
    }
}

@media screen and (max-width: 1350px) {
    ul.gold_stocks {
        display: none;
    }
}
