.art-title {
    text-align: center;
    color: #323539;
    font-size: 50px;
    margin: 50px 30% 20px;
}

.art-tags {
    display: flex;
    justify-content: center;
}

.tags {
    text-align: center;
    background: #F8F9FB;
    border-radius: 10px;
    font-size: 13px;
    padding: 3px 15px;
    margin-left: 10px;
}

.art-body {
    margin-top: 50px;
    width: 60%;
    margin-left: 20%;
}

.art-btn {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn3 {
    color: #1E6FFF;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #1E6FFF;
}

.btn4 {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background: #1E6FFF;
}

.ct2 {
    background: #F8F9FB;
    padding-bottom: 30px;
}

.bp-p1 {
    color: #323539;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.col {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
    margin-bottom: 20px;
}

.ct-col, .col{
    padding-right: 0;
    padding-left: 0;
}

.art-img {
    width: 100%;
}

.col-p1 {
    color: #272D37;
    font-size: 21px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 5px;
}
.col-p2 {
    color: #5F6D7E;
    font-size: 14px;
}

.col-p3 {
    color: #858C95;
    font-size: 14px;
}


.col-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
}

.col-tag {
    text-align: center;
    background: #ECF9F7;
    color: #16B89F;
    border-radius: 10px;
    font-size: 13px;
    padding: 3px 15px;
    margin-right: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 26px;
}

@media (max-width: 992px) {
    .art-title {
        margin: 50px 20px 20px;
        font-size: 30px;
    }

    .art-body {
        margin-top: 50px;
        width: 70%;
        margin-left: 15%;
    }

    .col-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
    }

    .col-tag {
        margin-top: 0;
        display: inline-flex;
        height: 26px;
    }

    .art-tags{
        display: block;
        text-align: center;
    }
    .tags{
        display: inline-block;
        margin-top: 10px;
    }
}





