.explorebooks {
    margin-top: -92px;
}

.brd {
    height: 41rem;
}

.author {
    height: 45rem;
}

.boardroom {
    width: 66.666%;

}

.hei {
    height: 58.5rem;
}

.hei img {
    height: 100%;
    object-fit: cover;
}

.ots {
    height: auto;
}

.founder-content .living-item {
    align-items: stretch;
}

.swamiji-demo-tight-gap-left {
    padding-right: 0.1rem;
}

.swamiji-demo-tight-gap-right {
    padding-left: 0.1rem;
}

.swamiji-demo-button-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
}

.swamiji-demo-button-card p {
    width: 100%;
}

.swamiji-demo-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.6rem;
    margin-top: auto;
    padding-top: 2.4rem;
    align-items: center;
    width: 100%;
}

.swamiji-demo-page-button {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 700;
    color: #00473B;
    border: .1rem solid #F6FFBE;
    border-radius: 1.2rem;
    background: linear-gradient(95deg, #E3DACA 0%, #E7FF54 148.26%);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    min-width: 0;
    width: auto;
    height: auto;
    padding: 12px 22px;
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.swamiji-demo-actions--pair .swamiji-demo-page-button {
    flex: unset;
    width: fit-content;
}

.swamiji-demo-page-button::after,
.swamiji-demo-page-button::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    background: #00483C;
    z-index: -1;
    transition: width 0.3s ease;
}

.swamiji-demo-page-button::after {
    left: 50%;
    transform: translateX(-100%);
}

.swamiji-demo-page-button::before {
    right: 51%;
    transform: translateX(100%);
}

.swamiji-demo-page-button:hover {
    color: #fff;
    border-color: transparent;
}

.swamiji-demo-page-button:hover::after,
.swamiji-demo-page-button:hover::before {
    width: 60%;
}

.founder-area .academy-item-second-inner {
    /* padding-top: 3rem; */
    padding-bottom: 2.5rem !important;
}

.living-item-inner {
    /* width: 66.666%; */
    padding: 0.3rem 0.5rem !important;
}

.academy-item-second-inner {
    /* padding: 4.7rem 4rem; */
    min-height: 63.6rem !important;
}

.custom-list {
    list-style-type: disc;
    padding-left: 20px;
}

.custom-list li::marker {
    color: #00483B;
}

.custom-list li {
    /* color: black; */
    display: list-item !important;
}

.ult {
    min-height: auto !important;
    margin-bottom: 2rem;
}

.ph {
    min-height: 58.6rem !important;
}

.pht {
    min-height: 41.6rem !important;
}

/* .living-item-inner-image {
    height: 100%;
} */

.living-item-inner-image img {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    object-fit: cover;
}


@media (max-width: 767.98px) {

    .swamiji-demo-tight-gap-left,
    .swamiji-demo-tight-gap-right {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .swamiji-demo-page-button {
        width: 100%;
        white-space: normal;
        padding: 10px 16px !important
    }

    .author {
        height: auto;

    }

    .swamiji-demo-button-card {
        height: auto;
    }

    .swamiji-demo-tight-gap-left {
        width: 100%;
    }

    .academy-item-second-inner {
        /* padding: 4.7rem 4rem; */
        min-height: auto !important;
    }

    .swamiji-demo-actions--pair .swamiji-demo-page-button {
        flex: unset;
        width: 100%;
    }

    .swamiji-demo-actions {
        flex-wrap: wrap;
    }

    /* .living-item-inner-image{
        width: 100%;
    } */

    .hei {
        height: 28.5rem;
    }

}