.top-article p {
    margin-left: auto !important;
}

.top-article h3 {
    margin-left: auto !important;
}

.top-article h6 {
    margin-left: auto !important;
}

.top-article h5 {
    margin-left: auto !important;
    display: flex !important;
}

.owl-carousel {
    padding: 8px 24px 24px 0;
}

.owl-item .son {
    width: 99px !important;
    height: 184px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin: 0 4px;
}

.owl-item .son img {
    width: 100% !important;
    height: 100% !important;
}

.owl-item .son h3 {
    /*width: 100px;*/
    padding: 0 15px 25px 15px;
    /*padding: 0 8px 25px 0;*/
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 12px;
    line-height: 18px;
    height: 75px;

}

@media (min-width: 768px) {
    .owl-item .son {
        width: 140px !important;
        height: 225px;
    }
}
