.txtContainer {
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    width: 70%;
    margin: 6em 15% 0 15%;
    line-height: 25px;
}

.txtContainer .part {
    margin-bottom: 5rem;
}

.txtContainer .part h1 {
    text-decoration: underline;
    margin-bottom: 2rem;
}

.txtContainer .part h2 {
    margin-bottom: 2rem;
    font-family: 'GilroySemibold', sans-serif;
}

.txtContainer .part p {
    color: #aaa;
}

.txtContainer ul {
    margin-left: 30px;
    color: #aaa;
}

.txtContainer .HirecLink {
    color: #FD6262;
}

.txtContainer .extLink {
    color: #aaa;
    text-decoration: underline;
}

.txtContainer .contactLink {
    color: #aaa;
}