section.Life_Banner {
    background-image: url(../../images/life-at-mycpe/banner-bg.png);
    background-repeat: no-repeat;
    padding: 72px 0;
    background-size: cover;
    background-position: center;
}
.Banner_Left {
    margin-bottom: 24px;
}
.Banner_Center {
    position: relative;
}
.Center_Can {
    position: absolute;
    top: 64px;
    text-align: center;
}
.Center_Can h1 {
    color: var(--Theme-Blue-800, #182878);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1px;
}
.Center_Can h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 26px;
    background: var(--White, #FFF);
    padding: 10px 16px;
    display: inline-block;
    margin-block: 16px;
}
.Center_Can p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-inline: 50px;
}
section.Culture_Main{
    padding: 72px 0;
    background-color: #fff;
}
.Culture_Left {
    position: relative;
}
.Culture_Can {
    position: absolute;
    top: 16px;
    left: 16px;
}
.Culture_Top {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.Culture_Middle h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 25.303px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 15.182px;
    background: var(--White, #FFF);
    box-shadow: 0 5.061px 31.628px 0 rgba(0, 0, 0, 0.10);
    padding: 12px;
}
.Culture_Can h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.Culture_Can h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
}
.Culture_Can h5 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}
.Culture_Can p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 16px;
}
.Culture_Right {
    background-image: url(../../images/life-at-mycpe/culture-right-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.Culture_Middle {
    position: absolute;
    top: 46%;
}
section.Festival_Celebrations {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}
.Festival_Time {
    text-align: center;
    margin-bottom: 24px;
}
.Festival_Time h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}
.Festival_Time h4 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}
.Festival_Time p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Celebrations_Top {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.Festival_Box {
    display: flex;
    gap: 16px;
}
.Festival_Right .Celebrations_Img {
    margin-bottom: 16px;
}
section.Sports_Tournaments {
    background: var(--White, #FFF);
    padding-block: 72px;
}
section.Fun_Fridays {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 72px;
}
section.Annual_Meet {
    background: var(--White, #FFF);
    padding-block: 72px;
}
section.Team_Outings {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 72px;
}
section.Glimpses {
    background: var(--White, #FFF);
    padding-block: 72px;
}

@media only screen and (max-width: 767px) {
section {
    padding: 40px 0 !important;
}
h2{
    font-size: 26px !important;
}
h4{
    font-size: 16px !important;
}
.Center_Can h1 {
    font-size: 26px;
}
.Center_Can h4 {
    font-size: 14px;
    margin-block: 10px;
}
.Center_Can {
    top: 14px;
}
.Banner_Left img {
    width: 100%;
}
.Banner_Center {
    margin-bottom: 24px;
}
.Culture_Can h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.Culture_Can h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.Culture_Img img {
    width: 100%;
}
.Culture_Middle h4 {
    font-size: 16px;
}
.Culture_Middle {
    position: inherit;
}
.Culture_Right {
    margin-top: 24px;
}
.Festival_Time p {
    font-size: 14px;
}
.Celebrations_Top {
    display: block;
}
.Festival_Box {
    display: block;
}
.Celebrations_Img {
    margin-bottom: 16px;
}
.Celebrations_Img img {
    width: 100%;
}


}