.UIHoiDapLienQuan .Title {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #031739;
    text-transform: uppercase;
}
.UIHoiDapLienQuan .Title {
        font-family: Merriweather;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding-bottom: 21px;
    border-bottom: 1px solid rgb(218, 220, 224);
}
.UIHoiDapLienQuan .List a {
        font-family: Merriweather;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: rgb(18, 89, 160);
}

.UIHoiDapLienQuan {
    margin: 20px 0;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 4px 15px #09090b24;
}
.UIHoiDapLienQuan .List .answer span.time {
    font-size: 12px;
    color: #b99999;
    display: none;
}

.UIHoiDapLienQuan .List .answer {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    color: rgb(3, 23, 57);
    padding: 10px 0px;
    border-top: 1px solid rgb(241, 243, 244);
}
@media only screen and (max-width: 768px){
        .UIHoiDapLienQuan {
             margin: 0 16px;
            max-width: 100vw;
            padding: 16px;
        }
}