﻿
.inoneline {
    display: flex;
    flex-flow: row;
    gap: 20px;
}
.sidebar-box .inoneline a img{
    min-width:125px;
    width:125px;
    height:auto
}

@media screen and (max-width:1200px){
    .topic-box{
        height:auto !important;
        width:100%
    }
    .topic-box-desc {
        height: 30px;
        padding: 0px 15px !important;
    }
}