

.blog-detail-info-content h2 {
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    padding-right: 8px;
    border-right: 8px solid #FC0394;
    font-weight:700;
    border-radius:0 8px 8px 0;
}

.blog-detail-info-content h3 {
    font-size: 20px;
    line-height: 60px;
     
    font-weight: 700; 
}

.blog-detail-info-content p {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}

.blog-detail-info-content a {
    font-weight:700;
    color: #FC0394;
}

.tags a {
    font-weight: 700;
    color: #777777;
    padding: 12px 25px;
    border-radius: 30px;
    border: solid 1px #777777;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    margin-right:4px;
    margin-top: 5px;
}
.tags a:hover {
    background-color:gray;   
    color:white;
}