.hr-title{
    border-top: 2px solid #f6b34c;
    width: 50%;
}
.img_logo{
    width:250px;
}

@media only screen and (max-width: 600px) {
    .img_logo{
        
        position: fixed;
        top: 15px;
    }
}