.weight {
    font-weight: 700;
}

.page-header.page--cover {
    position: relative;
    padding: 8% 0;
    text-align: center;
    border-top: 0 none;
    border-bottom: 0 none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #858585;
}

.entry-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 169px;
    color: #fff;
    margin: 0 auto;
}

.entry-tagline {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.wpb-wrapper p {
    font-family: "Arial";
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    text-decoration: none;
}

.wpb-column {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.wpb-wrapper ul {
    font-size: 16px;
    line-height: 26px;
}

.wpb-wrapper p,
.wpb-wrapper ul {
    text-align: left;
    margin: 0 0 15px;
}

.wpb-wrapper p:first-of-type {
    margin-top: 2%;
}

.wpb-wrapper {
    margin: 5% 0;
    width: 790px;
    padding-right: 5%;
    color: #777;
}

@media (max-width:481px) {
    .wpb-wrapper {
        width: 315px;
    }
    .wpb-column {
        width: 320px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wpb-wrapper img {
        width: 315px;
        height: auto;
    }
}