#image img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: top;
}

hr {
    border-top: 5px solid;
}