.heading{
    margin-top: 50px;
    margin-bottom: 30px;
}

.image{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 80px;
}

.imageIn{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*PC*/

@media only screen and (min-width: 1001px){
    .divider{
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .heading{
        margin-top: 150px;
        margin-bottom: 30px;
    }
    #bottomDiv{
        margin-bottom: 50px;
    }

    .imageIn{
        height: 500px;
        margin-top: 90px;
        margin-bottom: 60px;
    }

    #zimmerButton{
        margin-top: 70px;
        margin-bottom: 90px;
        background-color: #FE6E06;
        float: left;
        width: 450px;
        height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        #zimmerButtonText{
            font-size: 24px;
        }
    }
}

/*mobile */

@media only screen and (max-width: 1000px){
    .divider{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #zimmerButton{
        margin-top: 70px;
        margin-bottom: 20px;
        background-color: #FE6E06;
        float: left;
        width: 300px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        #zimmerButtonText{
            font-size: 20px;
        }
    }
}