* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
    transition: 0.3s;
}

.cannada-info-container .cannda-head{
    display: flex;
    justify-content: center;
}
.cannada-info-container .cannda-head .head-background {
    background-color: #03498F;
    margin-top: 50px;
    height: 545px;
    justify-content: center;
}

.cannada-info-container .cannda-head .head-background img {
    width: 1440px;
}

.cannada-info-container .all-info{
    display: flex;
    justify-content: center;
}

.cannada-info-container .all-info img {
    width: 1440px;
}

/* Responsive Styles for Tablets and Smaller Screens */
@media (max-width: 1024px) {
    .cannada-info-container .cannda-head .head-background {
        margin-top: 20px;
    }

    .cannada-info-container .cannda-head .head-background img,
    .cannada-info-container .all-info img {
        width: 100%;
        max-width: 100%; /* Ensure image doesn't exceed container */
        height: auto;
    }
}

/* Responsive Styles for Phones */
@media (max-width: 600px) {
    .cannada-info-container .cannda-head .head-background {
        height: 150px;
        margin-top: 20px;
    }

    .cannada-info-container .cannda-head .head-background img,
    .cannada-info-container .all-info img {
        width: 100%;
        max-width: 100%; /* Ensure image doesn't exceed container */
        height: auto;
    }

    .secondLine #map {
        margin-left: 50px;
      }
}