img {
    width: 100%;
}
.w3-card-4{
    box-shadow: inherit;
}
.pagination {
    text-align: center;
}
.paginationjs-pages ul {
    padding: 0;
}
.paginationjs-pages li {
    display: inline-block;
}
.paginationjs-pages li {
    width: 50px;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    font-weight: 900;
}
.paginationjs-pages li:hover{
    cursor: pointer;
    color: #f18133;
}
.paginationjs-pages .active {
    color: #f18133;
    cursor: default;
}
.paginationjs-pages .active a {
    cursor: default;
}
.logo img {
    max-width: 320px;
    width: 100%;
}
.header {
    position: relative;
}
.header h1 {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 35%;
}
.footer {
    position: relative;
}
.footer .footerText{
    position: absolute;
    color: #000;
    text-align: center;
    width: 100%;
    top: 35%;
}
.cenCard {
    text-align: center;
    padding: 3% 1% !important;
    height: 550px;
}
.cenCard .cenText {
    letter-spacing: -1px;
    line-height: 24px;
    font-size: 17px;
    color: #585858;
    text-align: left;
}
.cenCard .cenAdd {
    letter-spacing: -1px;
    line-height: 24px;
    font-size: 17px;
    color: #6f6f6f;
    text-align: left;
}
.cenCard .cenTel {
    text-align: center;
    color: #6f6f6f;
}
.cenCard h3 {
    font-size: 20px;
    font-weight: 700;
    height: 60px;
}
.cenCard h4 {
    font-size: 20px;
    font-weight: 700;
}
.cenCard .cenLink {
    padding: 3% 0;
}
.data-container ul {
    padding: 0;
}
.btnGroup {
    text-align: center;
    padding: 20px 0;
}
.btnGroup a {
    background-color: #bdb9ad;
    color: #ffffff;
    border-radius: 5px;
    width: 200px;
    margin: 5px;
}
.btnGroup .active {
    background-color: #e3873f;
    color: #ffffff;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w3-third {
        width: 50%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .header h1 {
        position: relative;
        color: #000;
    }
    .footer .footerText{
        position: relative;
    }
    .w3-third {
        width: 50%;
    }
    .cenCard {
        height: 630px;
    }
    .btnGroup a {
        width: 400px;
    }
}
@media screen and (min-width: 420px) and (max-width: 575px) {
    .header h1 {
        position: relative;
        color: #000;
    }
    .footer .footerText{
        position: relative;
    }
    .btnGroup a {
        width: 400px;
    }
    .btnGroup {
        padding: 0;
    }

}
@media screen and (min-width: 320px) and (max-width: 419px) {
    #mainWrite {
        padding-top: 20px;
    }
    .header h1 {
        position: relative;
        color: #000;
    }
    .footer .footerText {
        position: relative;
    }
    .footer .footerText h2{
        font-size: 18px;
    }
    #data-container {
        padding: 0;
    }
    .btnGroup {
        padding: 0;
    }
}