#page-header {
background-image: linear-gradient(rgba(18, 148, 63, 0.9), rgba(18, 148, 63, 0.9)), url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
    background-color: #12943f;
    text-align: center;
    overflow-wrap: break-word;
}
h1,
.h1 {
    font-size: 32px;
}
h2,
.h2 {
    font-size: 26px;
}
.container1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container1:before,
.container1:after {
    content: " ";
    display: table;
}

.container1:after {
    clear: both;
}

@media (min-width: 768px) {
    .container1 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container1 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container1 {
        width: 1170px;
    }
}

.container1-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container1-fluid:before,
.container1-fluid:after {
    content: " ";
    display: table;
}

.container1-fluid:after {
    clear: both;
}
#page-header h1 {
    color: #fff;
    margin: 0;
}

#page-header .amy-breadcrumb {
    margin-top: 15px;
    font-size: 15px;
}

#page-header .amy-breadcrumb,
#page-header .amy-breadcrumb a {
    color: #fff;
}

#page-header .amy-breadcrumb a:hover,
#page-header .amy-breadcrumb a:active,
#page-header .amy-breadcrumb a:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #page-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #page-header h1 {
        font-size: 26px;
        margin-top: 16px;
    }
}
.pageNum{
    text-align: center;
}
.box img{
    border-radius: 50%;
}
