.page_banner {
    position: relative;
    display: inherit;
}
.page_banner img {
    width: 100%;
    min-height: 350px;
}
.page_title {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
}
.page_content {
    padding: 40px 15px 100px 15px;
}
.pathway_content {
    font-size: 14px;
    color: #cd2129;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.pathway_label {
    position: relative;
    padding-left: 10px;
    margin-right: 15px;
}
.pathway_label:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #cd2129;
    left: 0;
    bottom: 3px;
}
.pathway_label.pathway_link {
    color: #989898;
    text-decoration: none;
}
.pathway_label.pathway_link:hover {
    color: #123b8a;
    text-decoration: none;
}
.pathway_label.pathway_link:before {
    background: #989898;
}

@media (max-width: 1200px) {
.page_title {
    bottom: 40px;
    font-size: 40px;
    line-height: 40px;
    padding: 0 10px;
}
}

@media (max-width: 768px) {
.page_title {
    bottom: 30px;
    font-size: 30px;
    line-height: 30px;
}
.page_banner img {
    width: 100%;
    min-height: 250px;
}
.page_content {
    padding: 40px 15px 40px 15px;
}
}





