.catalog-section-text span {
    font-weight: 600;
    color: #000 !important;
}

@media (min-width: 1400px) {
	.catalog-section-text  {
        max-width: 75%;
        margin: 50px auto;
	}
}

        .markets-cbinet{
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }

        .markets-cbinet {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            padding: 10px 10px 10px 34px;
            text-decoration: underline;
            color: #003a70;
            font-weight: 500;
            cursor: pointer;
        }

        .markets-cbinet:before {
            content: '';
            display: flex;
            position: absolute;
            left: 0;
            top: 25%;
            width: 21px;
            height: 21px;
            background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.23685 21.0017C7.24301 21.0017 8.05866 20.1892 8.05866 19.1869C8.05866 18.1846 7.24301 17.3721 6.23685 17.3721C5.23069 17.3721 4.41504 18.1846 4.41504 19.1869C4.41504 20.1892 5.23069 21.0017 6.23685 21.0017Z' fill='%23003A70'/%3E%3Cpath d='M16.1956 21.0017C17.2017 21.0017 18.0174 20.1892 18.0174 19.1869C18.0174 18.1846 17.2017 17.3721 16.1956 17.3721C15.1894 17.3721 14.3738 18.1846 14.3738 19.1869C14.3738 20.1892 15.1894 21.0017 16.1956 21.0017Z' fill='%23003A70'/%3E%3Cpath d='M19.7703 5.97162H4.41616C4.41616 5.97162 4.4045 5.97162 4.39867 5.97162L1.65914 0.484473C1.44333 0.0531173 0.918366 -0.1237 0.484787 0.0919781C0.0531517 0.309599 -0.12378 0.83422 0.0920377 1.26752L5.43887 11.9834L7.38706 15.9666C7.46872 16.1357 7.73703 16.3999 7.74286 16.4058C7.96063 16.5767 8.23283 16.6758 8.51864 16.6758C8.57891 16.6758 9.14082 16.6001 9.14082 16.6001C11.8201 16.2192 13.6244 16.0308 14.9407 15.8928C17.2602 15.6519 18.0418 15.5702 18.7943 14.8241C19.7761 13.8526 20.6511 9.25536 20.9836 7.32398L20.9952 7.25014V7.17631C20.9952 6.51373 20.445 5.97357 19.7664 5.97357L19.7703 5.97162ZM17.5674 13.5786C17.2641 13.8779 16.7353 13.9459 14.7618 14.1499C13.4319 14.2878 11.6081 14.4783 8.89583 14.8649L8.83751 14.8727L7.00403 11.1965L5.30471 7.7223H19.1365C18.6562 10.3163 17.9543 13.1259 17.5655 13.5786H17.5674Z' fill='%23003A70'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: 0 center;
            color: #003a70;
        }
