.section-base-doc {
    margin-bottom: 40px;
}
.section-base-doc .bxslider .base-doc-section .doc-title{
    text-decoration: none;
}
.section-base-doc .bxslider .base-doc-section > a:first-child {
    display: flex;
    height: 152px;
    overflow: hidden;
}
.section-base-doc .bxslider .base-doc-section > a:first-child > img {
    align-self: center;
}
.section-base-doc .bxslider .base-doc-section .doc-title h3{
    margin-top: 15px;
    font-size: 22px;
    line-height: 30px;
}
.section-base-doc .bxslider .base-doc-section .doc-tags a{
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    color: #F36F21;
}
.section-base-doc .bxslider .base-doc-section .doc-tags a:hover{
    color: #9D0B0F;
}
@media (max-width:575px){
    .section-base-doc {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}
