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

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

.divider{
    margin-bottom: 70px;
}

/*PC*/

@media only screen and (min-width: 1001px){

}

/*mobile */

@media only screen and (max-width: 1000px){

}