a:hover {
    color: #000 !important;
}

.button {
    color: #04030C;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 15px 48px 15px 48px;
    background: #F2D900;
    white-space: nowrap;
}

.button-black-lite {
    color: #fff !important;
    background: #04030C;
    border-bottom: 2px solid #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    min-width: 216px;
    padding-right: 0;
    text-align: left;
    padding-left: 17px;
}

.button-black-lite:hover {
    color: #fff !important;
}

.button-black-lite:after {
    content: " ";
    display: inline-block;
    background-image: url('/local/templates/dsmtech/img/common/ui/button-right.svg');
    margin-left: 10px;
    width: 17px;
    height: 8px;
}

.button-white-lite {
    color: #04030C;
    background: #F2D900;
    border-bottom: 1px solid #04030C;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    min-width: 216px;
    padding-right: 0;
    text-align: left;
    padding-left: 17px;
}

.button-white-lite:after {
    content: " ";
    display: inline-block;
    background-image: url('/local/templates/dsmtech/img/common/ui/button-right-black.svg');
    width: 17px;
    height: 8px;
    margin-left: 10px;
}

.page-block-title {
    font-weight: 800;
    /* font-size: 48px; */
font-family: Proxima Nova B, serif !important;
    font-size: 42px;
    line-height: 48px;
}

.page-block-sub-title, article h3 {
    font-weight: 700;
    /* font-size: 32px; */
    font-size: 30px;
font-family: Proxima Nova B, serif !important;
    line-height: 39px;
    color: #000000;
	margin-bottom: 15px;
}

.page-block-title_white {
    color: #fff;
}

.page-block-title span {
    color: #F2D900;
}

.article {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.article {
    margin-bottom: 30px;
}

.article h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.columns-2 {
    display: grid;
    grid-template-columns: auto auto;
}

.columns section {
    padding-right: 30px;
    margin-bottom: 30px;
}