#aboutus-index {
    margin: 100px 0 150px;
}

.aboutus-title {
    font-size: 40px;
    font-weight: 900;
    font-family: "Source Han Sans Heavy", sans-serif;
    background: linear-gradient(to right, #3c912f, #8ec736);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: fit-content;
}

.aboutus-subtitle {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
}

.aboutus-subtitle + hr {
    border-color: #b9b9b9;
    margin: 20px 0 50px;
}

#aboutus-index .article-title {
    height: 100px;
    line-height: 90px;
    padding-left: 50px;
    background: linear-gradient(to right, #3c912f, #8ec736);
    text-align: left;
}

#aboutus-index .article-title p {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.aboutus-img {
    margin-top: 30px;
    width: 40%;
    position: absolute;
    z-index: -1;
}

.aboutus-right {
    position: relative;
    left: 30%;
    width: 70%;
}

.aboutus-content {
    margin-top: 170px;
    background: rgba(213, 213, 213, 0.31);
    min-height: 600px;
    font-size: 20px;
    color: #000;
    padding: 50px 50px 80px 160px;
    line-height: 2em;
    font-weight: 600;
    position: relative;
}

.aboutus-content p{
    background: none;
}

.small-cube {
    width: 80px;
    height: 80px;
    background-image: linear-gradient(to right, #3c912f, #8ec736);
    position: absolute;
    bottom: 0;
    right: 30px;
}

.article-title {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin: 50px 0 50px;
}

.article-content {
    font-size: 20px;
    color: #0b0205;
    padding: 0 100px;
}

.article-content img {
    max-width: 100%;
}