.bg-gradiant {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradientyl-lg img {
    width: 100%;
    position: absolute;
    top: -80px;
    z-index: -1;
}
.gradientbl-lg img {
    width: 100%;
    position: absolute;
    top: 340px;
    right: 0px;
    z-index: -1;
}
.gradientprpl-lg img{
    width: 60%;
    position: absolute;
    top: 920px;
    left: 0px;
    z-index: -1;
}
.gradientylsm-lg img{
    width: 50%;
    position: absolute;
    top: 1120px;
    right: 0px;
    z-index: -1;
}
.left-right-anz-meetup-section{
    display: flex;
    width: 1120px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: auto;
}
.full-container{
    display: flex;
    padding: 80px 96px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 40px;
    background: #FFF;
    width: 1120px;
    margin: auto;
}
.box-column1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 24px;
    background: var(--Yellow-900, #FFEE B);
}
.box-column1 .box_img3{
    width: 448px;
    height: auto;
}
.box-column2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 448px;
}
.left-right-anz-meetup-section h2{
    margin-top: 8px;
    font-family: 'avenir_next_worldbold', 'Verdana';
    font-size: 32px;
    line-height: 40px;
}
.left-right-anz-meetup-section .school-h3 p{
    font-size: 16px;
    line-height: 28px;
    color: #717171;
    font-family: 'avenir_next_worldmedium', 'Verdana';
    margin-bottom: 0px;
}
.date-info{
    width: fit-content;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #8C4800;
    font-family: 'avenir_next_worlddemi', 'Verdana';
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    border-radius: 8px;
    background: #FFF6DE;
}
.date-info.dt-blue{
    color: #006370;
    background: #DEFAFC;
}
.date-info.dt-purple{
    color: #4332B2;
    background: #F2F0FF;
}
.box-column2 h2{
    color: #000;
    margin-top: 24px;
    margin-bottom: 16px;
}
.box-column2 p{
    color: #333;
    font-family: 'avenir_next_worldmedium', 'Verdana';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 24px;
}
.box-column2 p span{
    font-family: 'avenir_next_worlddemi', 'Verdana';
}
.rsvp-btn{
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'avenir_next_worlddemi', 'Verdana';;
    border: 1px solid #000;
    width: fit-content;
    border-radius: 8px;
    margin: 0;
    height: 48px;
    padding: 13px 16px;
}
.rsvp-btn:hover{
    background-color: #000 !important;
    color: #f5f5f5;
}
@media(max-width:1366px) and (min-width:1024px){
    .full-container{
        padding: 60px 60px;
        width: auto;
    }
    .box-column1 .box_img3{
        width: 400px;
    }
    .box-column2{
        width: 400px;
    }
    .left-right-anz-meetup-section{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .left-right-anz-meetup-section{
        width: 100%;
    }
    .full-container{
        width: 90%;
        padding: 80px;
        flex-direction: column;
    }
    .box-column1 .box_img3,
    .box-column2{
        width: 100%;
    }

    .gradientyl-mb img {
        position: absolute;
        z-index: -1;
        width: auto;
        top: -20px;
        right: 0px;
        width: 670.769px;
        height: 755.067px;
    }
    .gradienbl-mb img{
        position: absolute;
        z-index: -1;
        width: auto;
        top: 700px;
        right: 0px;
    }
    .gradienprl-mb img{
        position: absolute;
        z-index: -1;
        width: auto;
        top: 800px;
        right: 0px;
    }
    .gradienyls-mb img{
        position: absolute;
        z-index: -1;
        width: 294.107px;
        top: 1870px;
        right: 0;
    }
    .gradientyl-mb.hide-lg,
    .gradienbl-mb.hide-lg,
    .gradienprl-mb.hide-lg,
    .gradienyls-mb.hide-lg{
        display: flex !important;
    }
}
@media (max-width: 767px) {
    .australia-event-gallery h2{
        font-size: 20px;
        line-height: 24px;
    }
    .left-right-anz-meetup-section h2{
        font-size: 24px;
        line-height: 32px;
    }
    .full-container{
        padding: 40px 24px;
        border-radius: 16px;
    }
    .left-right-anz-meetup-section .school-h3{
        margin: 0 16px;
    } 
    
}