
.tags {
    margin: 22px 26px 22px;
    border-bottom: 1px solid #DDDFE1;
    padding-bottom: 30px;
}

.tags .title {

    font-size: 20px;
    color: #2F3243;
    letter-spacing: 0;
    font-weight: 500;
}

.tags .content {
    display: flex;
    margin-top: 14px;
    gap: 8px;
    flex-wrap: wrap;
}

.tags .content li {
    background: rgb(2 68 136 / 8%);
    border-radius: 4px;

    font-size: 14px;
    color: #024488;
    letter-spacing: 0;
    padding: 6px 12px;
}

.related {
    margin: 22px 26px;
}

.related .title {

    font-size: 20px;
    color: #2F3243;
    letter-spacing: 0;
    font-weight: 500;
}

.related .content {
    display: flex;
    margin-top: 14px;
    gap: 8px;
    flex-wrap: wrap;
}

.related .content li {
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 6px;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .tags {
        margin: 22px 26px 22px;
        border-bottom: 1px solid #DDDFE1;
        padding-bottom: 30px;
    }

    .tags .title {
    }

    .tags .content {
        display: flex;
        margin-top: 14px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .tags .content li {
        background: rgb(2 68 136 / 8%);
        border-radius: 4px;

        font-size: 14px;
        color: #024488;
        letter-spacing: 0;
        padding: 6px 12px;
    }

    .related {
        margin: 22px 26px;
    }

    .related .title {

        font-size: 21px;
        color: #2F3243;
        letter-spacing: 0;
        font-weight: 500;
    }

    .related .content {
        display: flex;
        margin-top: 14px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .related .content li {
        list-style: disc;
        margin-left: 16px;
        margin-bottom: 6px;
        width: 100%;
        font-size: 15px;
    }

}
