.tps_landingFooter h4 {
	font-size: 14px;
}

.tps_landingFooter {
    padding-bottom: 20px;
}

.tps_landingFooter .title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #62564a;
    padding-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

.tps_landingFooter .title h3 {
    font-size: 0.9rem;
    color: #62564a
}

.tps_landingFooter .title .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem
}

.tps_landingFooter .title .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #62564a
}

.tps_landingFooter .description {
    padding: 0 2rem
}

.tps_landingFooter .description p,
.tps_landingFooter .description ul,
.tps_landingFooter .description ol {
    font-size: 0.7rem;
    color: #545050
}

.tps_landingFooter .description a {
    color: #62564a
}
