.landing-other{
    height: 400px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;

}


.landing-other img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.landing-other h1{
    color: white;
    font-weight: normal;
    margin: 0 24px;
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .landing-other{
        height: 300px;
    }
}