.banner-title-img {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 576px) {
    .banner-title-img {
        width: 50%;
        margin: auto;
    }
}

.logoC {
    color: black;
}

.section-heading h2 {
    font-size: 40px !important;
}

.special-item .special-content {
    margin-top: -80px !important;
}

.package-section,
.special-section {
    background-image: url("assets/background/batik-top-right-small.png");
    background-size: 30%;
    /* background-size: 100px 100px; */
    background-repeat: no-repeat;
    background-position: right top;
}


.home-about-section {
    background-image: url("assets/background/batik-bottom-left-small.png");
    background-size: 30%;
    /* background-size: 100px 100px; */
    background-repeat: no-repeat;
    background-position: left bottom;
}
