.topGroup .home .title {
    text-align: left;
}

/**/

.article .update {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #909499;
    max-width: 774px;
}

/**/

.sitesList .content {
    margin-top: 8px;
}

.sitesList .content .lside {
    background-color: #F7F7F8;
    padding: 24px;
    border-radius: 16px;
}

.sitesList .content .lside h2 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1D1D1D;
    margin-bottom: 8px;
    text-align: left;
    text-transform: none;
}

.sitesList .content .lside h3 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1D1D1D;
    margin-bottom: 8px;
}

.sitesList .content .lside h4 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1D1D1D;
    margin-bottom: 8px;
}

.sitesList .content .lside p {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1D1D1D;
    margin-bottom: 16px;
}

.sitesList .content .lside .buttonWrapper {
    margin-top: 24px;
}

.sitesList .content .lside .buttonWrapper .button {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #DF390C;
    border-radius: 16px;
    padding: 13px;
}

.sitesList .content .rside .post:nth-child(1),
.sitesList .content .rside .post:nth-child(2) {
    background-color: #F7F7F8;
}

.sitesList .content .rside .post:nth-child(1) h4,
.sitesList .content .rside .post:nth-child(2) h4 {
    color: #343434;
}

.sitesList .content .rside .post .date {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #343434;
    margin-top: 8px;
    padding-bottom: 0;
}

.sitesList .content .rside .post .buttonWrapper {
    margin-top: 16px;
    padding: 0 16px 16px;
}

.sitesList .content .rside .post .buttonWrapper .button {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #343434;
    padding: 5px 0;
}

@media screen and (max-width: 1024px) {
    .article .update {
        margin: 0 auto;
    }
}

@media screen and (max-width: 525px) {
    .article .update {
        padding: 0 16px;
    }

    .sitesList {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .sitesList .wrapper {
        padding: 0;
    }

    .sitesList .content .lside h2 {
        margin: 0;
        margin-bottom: 8px;
    }
}