﻿#brief-description-container {
    box-sizing: border-box;
    padding-right: 6vw;
    /*background-color: red;*/
}

#brief-description-title {
    height: 3.1vw;
    color: #282828;
    font-size: 1.24vw;
    box-sizing: border-box;
    font-weight: 600;
    /* padding-right: 6vw; */
    padding-top: 0.4vw;
    position: relative;
}

    #brief-description-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        /* transform: translateX(-50%); */
        width: 100%;
        height: 0.11vw;
        background-image: linear-gradient(to left, rgba(128, 128, 128, 0.3), transparent);
    }

#brief-description-content {
    /* background-color: red; */
    color: #282828;
    font-size: 1.19vw;
    /*padding-top: 1.1vw;*/
    text-align: justify;
    padding-left: 0.6vw;
    font-weight: 400;
}
