.page__footer .container {
    padding: 0;
}
.nav-f-item {
    padding: 0;
}

.page__footer_section_first {
    background: #38454d;
    padding: 1.8rem 1rem;
}

.page__footer_section_first .container .page__footer_section_first_container {
    padding-bottom: 40px;
    border-bottom: 1px #fff solid;
}

.page__footer_section_first .container .page__footer_section_first_container .text-white a,
.page__footer_section_first .container .page__footer_section_first_container .text-white a:active,
.page__footer_section_first .container .page__footer_section_first_container .text-white a:link,
.page__footer_section_first .container .page__footer_section_first_container .text-white a:visited {
	color: white;
	text-decoration:underline;
}
.page__footer_section_first .container .page__footer_section_first_container .text-white a:hover,
.page__footer_section_first .container .page__footer_section_first_container .text-white a:focus{
		color: white;
	text-decoration:none;
}