.brand-logo{
width:100%;
height:60px;
object-fit:contain;
}

.card-desc{
height:85px;  
font-size: 1.3rem;line-height: 1.2;    
}

.article-details a, p a, p span a, span a{
 font-weight: 500;
color: var(--color-first) !important;
line-height: 1.4;
font-family: var(--font-family-content)!important;
margin-bottom: 15px;
}

.text-desc ul li{
list-style:none !important;    
}

@media only screen and (min-width:320px) and (max-width:767px) {
.card-desc{height:auto;font-size: 1rem;line-height: 1.3;}    
}

@media only screen and (min-width:768px) and (max-width:992px) {
.card-desc{font-size: 1rem;line-height: 1.3;}    
}