.body_bg {
    background-image: url(../images/achievements_bg_d.png);
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
    background-position: top center;
}

.body.event-detail{
    background-image: url(../images/event_detail_bg.png);
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
}

.breadcum-main-container {
    height: 25vw;
    max-height:480px;
    /* height: 480px; */
}

.events-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #1C1C1B;
    margin-top: 50px;
    margin-bottom: 36px;
}

.our-office-main-container {
    padding-top: 80px;
}

.achievements-pagination-ul>li>a>img {
    vertical-align: middle;
}

.more_a{
    display:none;
}

.upcoming-event{
    display:flex;
    border-bottom:1px solid #B5B6B6;
    padding-top:75px;
    padding-bottom:75px;
    flex-wrap: wrap;
}

.upcoming-event:first-child{
    padding-top:0px;
}

.upcoming-event:last-child{
    border-bottom:none;
}

.upcoming-event>.left{
    flex-basis: 65%;
    padding-left:25px;
    padding-right:25px;
}

.upcoming-event>.right{
    flex-basis: 35%;
}

.upcoming-event>.right>img{
    margin-bottom:48px;
    width:100%;
}

.upcoming-event>.left>.line1{
    display:flex;
}

.upcoming-event>.left>.line2>.info{
    display:flex;
    margin-bottom:40px;
}

.upcoming-event>.left>.line2>.info:last-child{
    margin-bottom:0px;
}

.upcoming-event>.left>.line2>.info.deadline-1{
    display:none;
}

.upcoming-event>.left>.line2>.info>.label{
    flex-basis: 28%;
    margin-right: 10%;
}

.upcoming-event>.left>.line2>.info>.label>span{
    font-size:18px;
    font-weight:700;
    color:#1C1C1B;
}

.upcoming-event>.left>.line2>.info>.label>img{
    display:none;
    width:100%;
}

.upcoming-event>.left>.line2>.info>.value{
    flex-basis: 62%;
    font-size:18px;
    color:#1C1C1B;
}

.upcoming-event>.left>.line1>.date>.month_year{
    display:inline-block;
    color:#A57000;
    font-size:24px;
    font-weight:700;
    padding-bottom:3px;
    border-bottom:4px solid #C8A349;
}

.upcoming-event>.left>.line1>.date{
    flex-basis: 20%;
    margin-right:7%
}

.upcoming-event>.left>.line1>.date>.day{
    font-size:35px;
    font-weight:800;
    color:#A57000;
    padding-bottom:20px;
}

.upcoming-event>.left>.date-m{
    font-size:28px;
    font-weight:700;
    color:#1C1C1B;
    padding-bottom:10px;
    border-bottom:3px solid #1C1C1B;
    margin-bottom:25px;
    display:none;
}

.upcoming-event>.left>.line1>.title_and_cat{
    flex-basis: 73%;
    margin-bottom:43px;
}

.upcoming-event>.left>.line1>.title_and_cat>.cat{
    font-size:14px;
    padding-top: 2px;
    font-style: italic;
    color:#B5B6B6;
    display:none;
}

.upcoming-event>.left>.line1>.title_and_cat>.title{
    font-size:24px;
    font-weight:800;
    color:#A57000;
}

.event-detail-container{
    display:flex;
    flex-wrap: nowrap;
    margin-top:35px;
    margin-bottom:175px;
}

.event-detail-container>.left{
    flex-basis: 46%;
    margin-right:4.7%;
}

.event-detail-container>.left>.title{
    font-size:35px;
    font-weight:700;
    color:#1C1C1B;
    margin-bottom:30px;
    display:none;
}

.event-detail-container>.left>.fb_share{
    margin-bottom:25px;
    display:none;
}

.event-detail-container>.left>.fb_share>a{
    display: flex;
    align-items: center;
}

.event-detail-container>.left>.fb_share>a>div{
    font-size:22px;
    font-weight:700;
    color:#A57000;
    margin-right:20px;
}

.event-detail-container>.right{
    flex-basis: 54.3%;
}

.event-detail-container>.right>.title{
    font-size:24px;
    font-weight:700;
    color:#A57000;
    margin-bottom:45px;
}

.event-detail-container>.right>.label{
    font-size:14px;
    font-style: italic;
    font-weight:700;
    color:#B5B6B6;
    margin-bottom:14px;
}

.event-detail-container>.right>.value{
    font-size:18px;
    font-weight:700;
    color:#A57000;
    margin-bottom:14px;
}

.event-detail-container>.right>.label>.text{
    display:inline-block;
    padding-right:10px;
    background-color:#FFF;
}

.event-detail-container>.right>.label>.line{
    border-bottom:1px solid #B5B6B6;
    margin-top:-10px;
}

.event-detail-container>.right>.info-m{
    display:none;
}

.event-detail-container>.right>.info-m>.info-row{
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom:40px;
}

.event-detail-container>.right>.info-m>.info-row:last-child{
    margin-bottom:55px;
}

.event-detail-container>.right>.info-m>.info-row>.info-row-icon{
    flex-basis: 46px;
    margin-right:42px;
    text-align: center;
}

.event-detail-container>.right>.info-m>.info-row>.info-row-text{
    font-size:22px;
    color:#A47000;
    font-weight:700;
}

.event-detail-container>.right>.info-m>.info-row.info-date>.info-row-text{
    word-break: break-all;
}

.event-detail-container>.right>.fb_share{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:35px;
    margin-bottom:40px;
}

.event-detail-container>.right>.fb_share>div{
    font-size:14px;
    font-weight:700;
    color:#A57000;
    margin-right:24px;
}

.event-detail-container>.right>.content{
    font-size:18px;
    color:#1C1C1B;
    line-height:1.8;
    margin-bottom:100px;
}

.event-detail-container>.right>.content>.more{
    text-align:right;
    margin-top:80px;
}

.event-detail-container>.right>.content>.more a {
    font-size: 30px;
    color: #1C1C1B;
    display:none;
}

.event-detail-container>.right>.year-label{
    font-size:17px;
    font-weight:700;
    color:#1A1A1A;
    margin-bottom:5px;
}

.year-list-ul{
    margin:0px;
    padding:0px;
    list-style-type: none;
    display:flex;
    flex-wrap: wrap;
    /* gap:15px; */
}

.year-list-ul>li{
    margin-right:15px;
}

.year-list-ul>li>a{
    font-size:17px;
    color:#767676;
    text-decoration: underline;
}

.event-detail-container>.left>img{
    width:100%;
    cursor:pointer;
}

.event-detail-container>.left>.small-photo{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event-detail-container>.left>.small-photo>div{
    margin-top:18px;
    width:47.8%;
}

.event-detail-container>.left>.small-photo>div>img{
    width:100%;
    cursor:pointer;
}

.event-detail-container>.left>.text{
    display:flex;
    justify-content: space-between;
    margin-top:63px;
    display:none;
}

.event-detail-container>.left>.text>.published{
    color:#A77000;
    font-size:14px;
    font-style: italic;
    visibility: hidden;
}

.events-title1 {
    min-height: 50px;
}

.events-menu{
    flex-basis: 262px;
    margin-right:68px;
}


.upcoming-event .more a{
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1B;
}

.events-ul{
    margin:0px;
    padding:0px;
    list-style: none;
}

.events-ul>li{
    padding:20px 5px;
    border-top: 1px solid #E9E9E9;
    font-size:20px; 
}

.events-ul>li:last-child{
    border-bottom: 1px solid #E9E9E9;
}

.events-ul>li>a{
    font-weight:600;
    color:#1C1C1B;
}

.events-ul>li>a:hover{
    opacity:0.7;
}

.events-ul>li.active{
    border-top: 3px solid #A57000;
    border-bottom: 3px solid #A57000;
}

.events-ul>li.active>a{
    color:#A57000;
    font-weight:800;
}

.events-common-container{
    display:flex;
    flex-wrap: nowrap;
}

.events-menu{
    flex-basis: 262px;
    margin-right:68px;
}

.events-body {
    flex-basis: calc(100% - 330px);
}

.cultural-events-photos {
    display: flex;
    max-width: 960px;
    margin-bottom: 120px;
}

.cultural-events-photos>.column a>img {
    width: 100%;
    padding: 5px;
}

.cultural-events-photos>.column1{
    flex-basis: 34.8%;
}

.cultural-events-photos>.column2{
    flex-basis: 64%;
}

.cultural-events-photos>.column2>.line1{
    display:flex;
}

.cultural-events-photos-m{
    display:none;
    margin-bottom:150px;
}

.cultural-event-sub-title2{
    margin-top:70px;
}

.cultural-events-photos-m>.column>.line1{
    display:flex;
}

.cultural-events-photos-m>.column>.line1>a{
    flex-basis: 50%;
}

.cultural-events-photos-m>.column a>img {
    width: 100%;
    padding: 5px;
}

.student-group-photos-m{
    display:none;
    margin-bottom:150px;
}


.student-group-photos-m>.column>.line1{
    display:flex;
}

.student-group-photos-m>.column>.line1>a{
    flex-basis: 50%;
}

.student-group-photos-m>.column a>img {
    width: 100%;
    padding: 5px;
}


.student-group-photos {
    display: flex;
    max-width: 960px;
    margin-bottom: 224px;
}

.student-group-photos>.column a>img {
    width: 100%;
    padding: 5px;
}

.student-group-photos>.column1{
    flex-basis: 64%;
}

.student-group-photos>.column2{
    flex-basis: 34.8%;
}

.student-group-photos>.column1>.line1{
    display:flex;
}

.events-photos {
    display: flex;
    max-width: 1000px;
    margin-bottom: 185px;
}

.events-photos>.column1 {
    width: 37%;
    padding-top: 12%;
}

.events-photos>.column2 {
    width: 31%;
    padding-top: 6%;
}

.events-photos>.column3 {
    width: 31%;
}

.events-photos>.column>a>img {
    width: 100%;
    padding: 5px;
}

.events-title1 {
    display: none;
}

.events-photos-m {
    display: none;
    margin-top: 105px;
    margin-bottom: 135px;
}

.events-photos-m>.column {
    flex-basis: 50%;
}

.events-photos-m>.column1 {
    padding-top: 8%;
}

.events-photos-m>.column>a>img {
    width: 100%;
    padding: 5px;
}

/* event filter */
.events-filter{
    display:flex;
}

.events-filter-ul{
    margin:0px 0px 0px auto;
    padding:0px;
    list-style: none;
    display:flex;
}

.events-filter-ul>li{
    border-top:1px solid #A57000;
    border-bottom:1px solid #A57000;
    width:170px;
    padding:15px 10px;
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin:0px 16px;
    position:relative;
    cursor:pointer;
}

.events-filter-ul>li:first-child{
    width:270px;
}

.events-filter-ul>li>div{
    overflow: hidden;
}

.events-filter-ul>li:last-child{
    justify-content: center;
    margin-right:0px;
}

.events-filter-icon{
    margin-right:15px;
}

.events-filter-arrow{
    margin-left:15px;
}


.events-filter-sub-ul{
    position:absolute;
    top:calc(100% + 1px);
    left:0px;
    width:100%;
    background-color:#FFF;
    margin:0px;
    padding:0px;
    list-style: none;
    display:none;
}

.events-filter-sub-ul>li{
    padding:10px 10px;
    background-color:#FFF;
    text-align:center;
    border-bottom:1px solid #A57000;
    cursor:pointer;
    white-space: normal;
}

.events-filter-sub-ul>li:first-child{
    border-top:1px solid #A57000;
}

.events-filter-sub-ul>li.active{
    color:#A57000;
}

.events-filter-ul>li:hover>.events-filter-sub-ul{
    display:block;
}

/* event list */

.events-filter-m{
    display:none;
    margin-top:20px;
    margin-bottom:20px;
}

.events-filter-m img{
    cursor:pointer;
}

.events-items-wrapper-m{
    display:flex;
    flex-wrap:wrap;
}

.events-items-wrapper-m .date{
    flex-basis: 150px;
}

.student_ach-m{
    flex-basis: 50%;
}

.events-items-wrapper-m>.student_ach-m:nth-child(odd){
    border-top:0.65px solid #B5B6B6;
    border-right:0.65px solid #B5B6B6;
    border-bottom:0.65px solid #B5B6B6;
    padding:50px 74px 40px 48px;
}

.events-items-wrapper-m>.student_ach-m:nth-child(even){
    border-top:0.65px solid #B5B6B6;
    border-bottom:0.65px solid #B5B6B6;
    padding:50px 48px 40px 74px;
}

.student_ach-m-img-div {
    height: 18vw;
}

.student_ach-m-img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.student_ach-m>.line1>.category{
    margin-top:20px;
    font-size:16px;
    color:#C8A349;
    text-align: right;
    padding-left:30px;
}

.student_ach-m>.line1>.date>.date-inner{
    display:inline-block;
    font-size:20px;
    color:#A57000;
    font-weight:700;
    border-bottom:4px solid #C8A349;
    margin-top:20px;
}

.student_ach-m>.line1>.date>.day-inner{
    font-size:22px;
    color:#A57000;
    font-weight:800;
}

.student_ach-m>.line1{
    display:flex;
    justify-content: space-between;
}

.student_ach-m>.line2{
    display:none;
}

.student_ach-m>.line2>.date>.date-inner {
    display: inline-block;
    font-size: 28px;
    color: #1C1C1B;
    font-weight: 700;
    border-bottom: 4px solid #1C1C1B;
    margin-top: 10px;
}

.student_ach-m>.line2>.category{
    margin-top:20px;
    font-size:22px;
    color:#C7A249;
    text-align: right;
}

.student_ach-m>.title{     
    min-height:100px;
    margin-top:18px;
    margin-bottom:38px;
}

.student_ach-m>.title>a{
    font-size:23px;
    font-weight:800;
    color:#A47000;
}

.more a {
    font-size: 16px;
    color: #1C1C1B;
}

.more img {
    width: 42px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
/* event end */

/* pagination */

.achievements-pagination-ul{
    display:flex;
    flex-wrap: wrap;
    margin:0px;
    padding:0px;
    list-style: none;
}

.achievements-pagination-ul>li{
    color:#1C1C1B;
    font-size:17px;
    margin:0px 5px;
}

.achievements-pagination-ul>li>a{
    color:#1C1C1B;
    font-size:17px;
}

.achievements-pagination-ul>li.active>a{
    font-weight:800;
}

.achievements-pagination{
    display: flex;
    justify-content: flex-end;
    margin-top:35px;
    margin-bottom:170px;
}

/* pagination end */

@media only screen and (max-width: 1000px) {
    .body.events {
        background-image: url(../images/achievements_bg.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .body.event-detail{
        background-image: url(../images/event_detail_bg_m.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .event-detail-container>.right>.info-m>.info-row>.info-row-text{
        font-size:21px;
    }

    .event-detail-container>.left>.small-photo{
        margin-bottom:30px;
    }

    .more a{
        font-size:18px;
    }

    .more_a{
        display:block;
    }

    .left2 , .right2{
        display:none;
    }

    .student_ach-m>.line2>.date>.date-inner{
        font-size:20px;
    }

    .student_ach-m>.title>a{
        font-size:26px;
    }

    .student_ach-m>.line2>.category{
        font-size:18px;
    }

    .upcoming-event>.left>.line2>.info.deadline-1{
        display:flex;
    }

    .cultural-events-photos-m{
        display:flex;
    }

    .student-group-photos-m{
        display:flex;
    }

    .upcoming-event{
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }

    .upcoming-event>.left{
        flex-basis: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .upcoming-event>.right{
        flex-basis: 100%;
    }

    .upcoming-event>.left>.line1>.title_and_cat>.cat{
        font-size:26px;
        color:#666666;
    }

    .upcoming-event>.left>.date-m{
        display:inline-block;
    }

    .upcoming-event>.left>.line1>.date{
        display:none;
    }

    .upcoming-event>.left>.line1>.title_and_cat {
        flex-basis: 100%;
        align-items: center;
    }

    .upcoming-event>.left>.line2>.info{
        align-items: center;
    }

    .upcoming-event>.left>.line2>.info>.label{
        flex-basis: 7%;
        margin-right: 8%;
        text-align: center;
    }

    .upcoming-event>.left>.line2>.info>.value{
        flex-basis: 85%;
        font-size:30px;
        font-weight:700;
        color:#000000;
    }
    
    .upcoming-event>.left>.line2>.info>.label>span{
        display:none;
    }
    
    .upcoming-event>.left>.line2>.info>.label>img{
        display:block;
    }

    .upcoming-event>.left>.line2>.info:last-child {
        margin-bottom: 40px;
    }

    .upcoming-event>.right>img{
        margin-bottom:35px;
    }

    .upcoming-event .more{
        text-align:right;
    }

    .upcoming-event .more a{
        font-size:30px;
    }

    .upcoming-event .more img{
        margin-top:0px;
        width:86px;
    }

    .cultural-events-photos{
        display:none;
    }

    .student_ach-m-img-div {
        height: 23vw;
    }

    .student-group-photos{
        display:none;
    }

    .event-detail-container>.right>.content>.more a {
        display:block;
    }

    .our-office-main-container {
        padding-top: 20px;
    }

    .events-title1 {
        display: block;
    }

    .events-menu {
        display: none;
    }

    .events-photos {
        display: none;
    }

    .events-photos-m {
        display: flex;
    }

    .events-body {
        flex-basis: 100%;
    }

    .events-filter {
        display:block;
        /* justify-content: flex-end; */
    }

    .events-filter-ul{
        display:none;
    }

    .events-filter-m {
        display: block;
        text-align: right;
    }

    .event-detail-container{
        flex-wrap: wrap;
    }

    .event-detail-container>.left>.small-photo>div {
        width: 48.8%;
        height: auto;
    }

    .event-detail-container>.left{
        flex-basis: 100%;
        margin-right:0px;
    }

    .event-detail-container>.left>.text{
        margin-top:30px;
        margin-bottom:75px;
    }

    .event-detail-container>.left>.text>.published{
        font-size:28px;
    }

    .event-detail-container>.right{
        flex-basis: 100%;
    }

    .event-detail-container>.right>.label{
        display:none;
    }

    .event-detail-container>.right>.value{
        display:none;
    }

    .event-detail-container>.right>.content{
        font-size:20px;
    }

    .event-detail-container>.right>.info-m{
        display:block;
    }

    .event-detail-container>.right>.fb_share{
        display:none;
    }

    .event-detail-container>.left>.text>.more{
        display:none;
    }

    .event-detail-container>.left>.title{
        display:block;
    }

    .event-detail-container>.right>.title{
        display:none;
    }

    .event-detail-container>.left>.fb_share{
        display:block
    }

    .event-detail-container>.right>.year-label{
        font-size:20px;
        margin-bottom:30px;
    }

    /* .year-list-ul{
        gap:32px;
    } */

    .year-list-ul>li{
        margin-right:32px;
    }

    .year-list-ul>li>a{
       font-size:20px; 
    }
    
    /* pagination */
    
    .achievements-pagination-ul>li{
        font-size:22px;
        margin:0px 10px;
    }
    
    .achievements-pagination-ul>li>a{
        font-size:22px;
    }
    
    .achievements-pagination-ul>li.active>a{
        font-weight:800;
    }
    /* pagination end */

    /* event list */
    .events-items-wrapper-m>.student_ach-m:nth-child(odd) {
        padding:33px 30px 38px 30px;
    }

    .events-items-wrapper-m>.student_ach-m:nth-child(even) {
        padding:33px 30px 38px 30px;
    }
    
    .student_ach-m{
        flex-basis: 50%;
        padding:32px;
    }

    .student_ach-m-img{
        width:100%;
    }

    .student_ach-m>.line1{
        display:none;
    }

    .student_ach-m>.line2{
        display:block;
    }

    .student_ach-m>.category{
        margin-top:20px;
        font-size:22px;
    }

    .student_ach-m>.date>.date-inner{
        font-size:26px;
        margin-top:20px;
    }

    .student_ach-m>.title{
        font-size:30px;
        min-height:260px;
        margin-top:24px;
        margin-bottom:10px;
    }
    /* event end */
}

@media only screen and (max-width: 768px) {
    .event-detail-container>.right>.content{
        font-size:20px;
    }

    .events-photos-m {
        margin-top: 50px;
        margin-bottom: 67px;
    }

    .student_ach-m>.title>a{
        font-size:20px;
    }

    .cultural-events-photos-m {
        margin-bottom: 75px;
    }

    .student-group-photos-m {
        margin-bottom: 75px;
    }

    .cultural-event-sub-title2 {
        margin-top: 40px;
    }

    /* event list */
    .events-items-wrapper-m{
        margin-top:0px;
    }

    .events-items-wrapper-m>.student_ach-m:nth-child(odd) {
        padding: 15px;;
    }

    .events-items-wrapper-m>.student_ach-m:nth-child(even) {
        padding: 15px;;
    }

    .student_ach-m>.line2>.category {
        margin-top: 10px;
        font-size: 16px;
    }

    .student_ach-m>.line2>.date>.date-inner {
        font-size: 16px;
        color: #1C1C1B;
        border-bottom: 2px solid #1C1C1B;
        margin-top: 5px;
    }

    .student_ach-m>.title {
        font-size: 16px;
        min-height: 130px;
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .more a {
        font-size: 16px;
        color: #1C1C1B;
    }
    /* event list end */

    /* pagination */
    .achievements-pagination-ul>li{
        font-size:17px;
        margin:0px 5px;
    }
    
    .achievements-pagination-ul>li>a{
        font-size:17px;
    }
    /* pagination end */

    .event-detail-container>.left>.small-photo>div {
        margin-top: 13px;
    }

    .event-detail-container>.left>.title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .event-detail-container>.left>.fb_share>a>div {
        font-size: 20px;
        margin-right: 10px;
    }

    .event-detail-container>.left>.text {
        margin-top: 15px;
        margin-bottom: 37px;
    }

    .event-detail-container>.left>.text>.published {
        font-size: 16px;
    }

    .event-detail-container>.right>.info-m>.info-row{
        margin-bottom:20px;
    }

    .event-detail-container>.right>.info-m>.info-row>.info-row-text {
        font-size: 16px;
        flex-basis: calc(100% - 48px);
    }

    .event-detail-container>.right>.info-m>.info-row>.info-row-icon {
        flex-basis: 26px;
        margin-right: 22px;
    }

    .event-detail-container>.right>.info-m>.info-row>.info-row-icon>img{
        width:100%;
    }

    .event-detail-container>.right>.content {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .event-detail-container>.right>.info-m>.info-row:last-child {
        margin-bottom: 30px;
    }

    .event-detail-container>.right>.content>.more {
        margin-top: 40px;
    }

    .event-detail-container>.right>.content>.more a {
        font-size: 16px;
    }

    .event-detail-container>.right>.year-label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /* .year-list-ul {
        gap: 16px;
    } */

    .year-list-ul>li{
        margin-right:16px;
    }

    .year-list-ul>li>a{
        font-size:17px;
    }

    .event-detail-container {
        margin-bottom: 85px;
    }

    .upcoming-event-wrapper{
        margin-top:30px;
    }

    .upcoming-event>.left>.date-m {
        font-size: 20px;
        padding-bottom: 2px;
        border-bottom: 2px solid #1C1C1B;
        margin-bottom: 17px;
    }

    .upcoming-event>.left>.line1>.title_and_cat {
        margin-bottom: 22px;
    }

    .upcoming-event>.left>.line1>.title_and_cat>.cat {
        font-size: 18px;
    }

    .upcoming-event>.left>.line1>.title_and_cat>.title {
        font-size: 16px;
    }

    .upcoming-event>.left>.line2>.info>.value{
        font-size:16px;
    }

    .upcoming-event>.left>.line2>.info:first-child{
        margin-bottom:30px;
    }

    .upcoming-event>.left>.line2>.info {
        margin-bottom: 20px;
    }

    .upcoming-event>.right>img {
        margin-bottom: 17px;
    }

    .upcoming-event .more a {
        font-size: 16px;
    }

    .upcoming-event .more img{
        width:43px;
        margin-left: 5px;
    }

    .upcoming-event>.left>.line2>.info:last-child {
        margin-bottom: 20px;
    }

    .upcoming-event {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    
    .achievements-pagination {
        margin-bottom: 85px;
    }

    .achievements-pagination-ul>li>a>img{
        width:40px;
    }
}

@media only screen and (max-width:500px) {
    .events-items-wrapper-m>.student_ach-m:nth-child(odd) {
        border-right: none;
        padding:30px 15px;
    }

    .events-items-wrapper-m>.student_ach-m{
        flex-basis: 100%;
    }

    .student_ach-m-img-div {
        height: 50vw;
    }
}