.page-header-box {
    font-size: 20px;
    margin: 15px auto;
}

.page-header-content a {
    color: #d12d2d;
    font-weight: bold;
    text-decoration: underline;
}

.page-header-content {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
}


.two-col p {
    text-align: justify;
    text-align-last: center;
}

.two-col {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}


.two-col-link {
    max-width: 184px;
    display: block;
    margin: 15px auto;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px;
}

    .two-col-link:hover {
        background: #323232;
    }

.section-title {
    text-align: center;
    padding: 50px 0;
}

.four-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    padding: 15px;
}

.four-box-link h3 {
    font-size: 20px;
    display: block;
    margin: 15px auto;
    font-weight: bold;
}

.three-col {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
}

    .two-col img, .three-col img {
        max-width: 100%;
    }

.two-col h2 {
    display: block;
    font-weight: bold;
    margin: 15px auto;
}

.four-box-link {
    position: static;
    right: 0px;
    top: 0px;
    color: #6e6e6e;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 30px;
    z-index: 9;
}

.widget-2 {
    padding-top: 50px;
}

    .widget-2 .title {
        margin-bottom: 20px;
    }

.widget-2-content {
    text-align: justify;
    line-height: 31px;
}

    .widget-2-content ul {
        margin-right: 30px;
    }

.page-header {
    background-color: #f4f4f4;
    padding: 30px 0;
}

.one-col-image img {
    text-align: center;
    border: 8px solid #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 15px;
    margin: 15px auto;
    display:block;
}

.one-col .title {
    position: relative;
    padding: 30px 0;
    font-weight: bold;
    font-size: 24px;
}

    .one-col .title:after {
        content: '';
        bottom: 15px;
        right: 0px;
        position: absolute;
        width: 100px;
        height: 4px;
        background: #323232;
        border-radius: 6px;
    }
