@media only screen and (max-width: 600px) {
    .top-bar-section {
        display: none;
    }
    .heading-title {
        margin-top: 10px;
        text-align: center;
    }
    .position-relative {
        position: relative !important;
        text-align: center;
    }
    .footer-area h5 {
        padding: 5px;
        margin-top: 5px;
    }
    .overlay-image img{
        width: 70%;
    }
}