.arrow-line{
    padding-top: 2em;
}
.hr-color{
    background-color: #e7b315 !important;
    border-width: 2px;
}
.m-top{
    margin-top: 5em;
}
.p-title{
    color: #000f;
}
.p-title:hover{
    color: #e7b315 !important;
    cursor: pointer;
}
.img-post{
    display: flex;       
    border-radius: 2px;   
}
.m-top-0{
    margin-top: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1400px) {
    .m-top-0{
        margin-top: 0.8em;
    }
    .col-md-2{
        flex: 0 0 50% !important;      
        max-width: 100% !important;  
    }
    .col-md-10 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
      }
    }