/**/
/*
a{
    color: #000 !important;
    text-decoration: underline !important;
}*/

.default-page-header{
	background: #000;
    position: relative;
    margin-top: -170px;
    padding-top: 190px;
    z-index: 2;
    width: 100%;
    padding-bottom: 200px;
}
.default-page-title {
    font-size: 80px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
    width: 69%;
    margin: auto;
}
.last-update {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #ffffff;
    width: 69%;
    margin: 30px auto;
}
.default-page-wrapper {
    position: relative;
    top: -120px;
    z-index: 3;
    background: #fff;
    width: 90%;
    float: right;
}
.default-page-content {
    width: 83%;
    margin: 90px auto;
}
.default-page-content p, .default-page-content span {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #3a474c;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
}