
.category-bottom-description{    
    margin-bottom: 2%;
    border-top: 1px solid #E4E9F1;
}

.tittle-bottom-description{
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-style: normal;
    color: #21435f;
   
}
.text-bottom-description{
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 15px;
    color: #21435f;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
    font-style: normal;
}

.category-bottom-description-readmore-btn{
    margin-top: 5%;
    text-align: center;
}

.category-bottom-description-readmore-btn a{
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    border: none;
    padding: 15px 30px;
    background: #e01933;
    text-decoration: none;
}

.category-bottom-description-readmore-btn a:hover{
    opacity: 0.6;
    color: #fff;
}

.category-bottom-description-readmore-btn span{
    line-height: 3;
}

