.top-content {
height: 50vw;
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: end;
h1 {
margin-top: auto;
}
}
@media screen and (width >= 1280px) {
.top-content {
height: 50vh;
}
}