.main-container {
    max-width: fit-content;
    margin: 0 auto;
}
.content-container {
    position: relative;
}
.image-heading {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 1.8vw;
    text-shadow: 0 5px 12px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.39);
    border-radius: 5px;
    padding: 0.8rem;
    line-height: 3rem;
}

.main-heading {
    font-style: italic;
}

.heading-content-1 {
    top: 25%;
    left: 5%;
}

.heading-content-2 {
    right: 10%;
    bottom: 10%;
}

.heading-content-3 {
    left: 15%;
    bottom: 10%;
}

.heading-content-4 {
    right: 15%;
    bottom: 10%;
}

.heading-content-5 {
    left: 5%;
    bottom: 5%;
}

.heading-content-6 {
    right: 3%;
    bottom: 10%;
}

@media (max-width: 1025px) {
    .image-heading {
        padding: 0.4rem;
        font-size: 2.4vw;
        line-height: 30px;
        font-weight: 700;
    }
    .heading-content-1,
    .heading-content-2,
    .heading-content-3,
    .heading-content-4,
    .heading-content-5,
    .heading-content-6 {
        left: 25% !important;
        top: 70%;
    }
}

@media (max-width: 600px) {
    .image-heading {
        padding: 0.4rem;
        font-size: 3.5vw;
        line-height: 15px;
        font-weight: 600;
    }
    .heading-content-1,
    .heading-content-2,
    .heading-content-3,
    .heading-content-4,
    .heading-content-5,
    .heading-content-6 {
        left: 15% !important;
        top: 65%;
    }

    .heading-content-5 {
        top: 55% !important;
        left: 5% !important;
    }
}
