body {
    padding: 2em 14em;
    font-family: serif;
}

.page_section {
    background-image: url(./images/BACKGROUND2.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 100% 100%;
    margin-bottom: 1em;
    padding: 30px 4em;
}

.logo-img {
    max-height: 150px;
    object-fit: contain;
}

.pm_img {
    height: 170px;
}

.pm_name {
    color: #77662a;
}

.pm-subtext {
    font-size: 15px;
    color: #77662a;
    font-family: serif;
}

.banner-text {
    letter-spacing: 0.5px;
    font-size: 30px;
    color: #77662a;
    font-family: serif;
    line-height: 36px;
}

.bird_image {
    width: 440px;
    object-fit: contain;
}

.Bharat-Mandapam-ALPHA-img {
    width: 600px;
    object-fit: contain;
}

.bottom_text {
    width: 70%;
}

.bottom_textTitle {
    background: linear-gradient(90deg, #b57f3f, #c88b43);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.page-sec-head {
    font-size: 22px;
    color: #937243;
    border-bottom: 3px solid #937243;
    border-left: 8px solid #937243;
    padding-left: 6px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 0.6rem;
}

.list_box {
    background: #ffffff54;
    border: 1.1px solid #baa162;
    border-radius: 0.45rem;
}

.contents_box {
    color: #252013;
    font-size: 17px;
    text-align: justify;
}

.graph_list {
    position: absolute;
    border: 3px solid #c58f3e;
    border-right: none;
    border-radius: 25px 0px 0px 25px;
    background-color: #fff4e2;
    top: 32%;
    right: 10%;
    width: 50%;
}

.Graph-AlphaBox {
    width: 64%;
}

.bottom_textHead {
    font-size: 30px;
    letter-spacing: 1.2px;
}

.bottom_textSubHead {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    body {
        padding: 0px;
    }

    .pm_img {
        height: 90px;
    }

    .page_section {
        padding: 20px 1em;
    }

    .banner-text {
        font-size: 16px;
        line-height: 26px;
    }

    .bird_image {
        width: 280px;
    }

    .Bharat-Mandapam-ALPHA-img {
        width: 100%;
    }

    .bottom_text {
        width: 100%;
    }

    .bottom_textTitle {
        font-size: 16px;
    }

    .page-sec-head {
        font-size: 16px;
    }

    .contents_box {
        color: #252013;
        font-size: 14px;
    }

    .graph_list {
        position: relative;
        width: 100%;
        right: unset;
    }

    .Graph-AlphaBox {
        width: 100%;
    }

    .bottom_textHead {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .bottom_textSubHead {
        font-size: 12px;
    }
}