picture {
    display: contents;
}

.post .body .konjam-thalli {
    margin-left: 1em;
}

.post .body .konjam-nalla-thalli {
    margin-left: 4em;
}

.post .body .kila-konjam-space {
    margin-bottom: 1em;
}

.post .body .mela-konjam-space {
    margin-top: 1em;
}

.post .body .kila-space {
    margin-bottom: 3em;
}

.post .body .nadusula {
    text-align: center;
}

.post .body .thikka {
    font-weight: bold;
}

.post .body .konjam-perusa {
    font-size: large;
}

.post .body .first-thalli {
    text-indent: 4em;
}

.post .body .first-konjam-thalli {
    text-indent: 2em;
}

.post .body .image {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.post .body .image1 {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.post .body .orginal-image {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 1rem;
    /* overflow: visible; */
}

.post .body .image img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 267px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.post .body .image1 img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.post .body .orginal-image img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .post .body .first-thalli {
        text-indent: 0em;
    }

    .post .body .konjam-thalli {
        margin-left: 1em;
    }

    .post .body .konjam-nalla-thalli {
        margin-left: 2em;
    }
}