
.home {
    overflow: auto;
}

.home h1 {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    box-sizing: border-box;
}

.home img {
    width: 100%;
    height: 100%;
}

.home .row {
    margin: 0px;
}

.home .card {
    margin-bottom: 1.5rem;
    width: 100%;
}

.home .card .card-content {
    padding: 1rem;
    font-size: 14px;
}

.home .content {
    padding: 0px 1rem;
}

.home p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.85) !important;
}

.home ul {
    list-style: none;
    display: inline;
}

.home ul li {
    display: inline;
    line-height: 40px;
    float: left;
    width: auto;
}

.box {
    padding: 1rem;
    box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
}

.home .box:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
}

.home li:nth-child(odd) {
    width: 10rem;
}

.tabbox {
    height: 20.6rem;
    height: 22.6rem;
    width: 100%;
}

.tabbox .tab {
    overflow: hidden;
}

.tabbox .tab a {
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
}

.tabbox .tab a:hover {
    color: #0960bd;
    opacity: 0.5;
    text-decoration: none;
}

.tabbox .tab a.on {
    color: #0960bd;
    text-decoration: none;
    border-bottom: 2px #0960bd solid;
}



@media (max-width: 1199px) {

    .home .box:nth-child(even) {
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .home img {
        width: 40px;
        height: 40px;
    }

    .home h1 {
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 1.75rem;
    }

    .home .content {
        padding: 0px 0.1rem;
    }
}
