.heading-image {
    margin-top: 70px;
    margin-bottom: 32px;
}

.image-252 {
    height: 252px;
}

.image-300 {
    height: 300px;
}

.heading-image-252 {
    margin-top: 32px;
}

.heading-image-300 {
    margin-top: 64px;
}

.heading-image img {
    width: 100%;
}


@media screen and (max-width: 768px) {

    .heading-image-300, .heading-image-252{ 
        margin-bottom: 32px;
    }
    .desktop-image {
        display: none;
    }

    .tablet-image {
        display: flex;
        height: 300px;
    }

    .header-mobile-image {
        display: none;
    }
}

@media screen and (max-width: 390px) {

    .deskotop-image {
        display: none;
    }

    .tablet-image {
        display: none;
    }

    .header-mobile-image {
        display: flex;
        height: 300px;
    }

}