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

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

/*PC*/

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

/*mobile */

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