@media screen and (max-width: 930px) {
    .events-title-container {
        padding-left: 0 !important;
        justify-content: center !important;
    }
    .upcoming-events {
        font-size: 32px !important;
        text-align: center !important;
    }
    .blob-image {
        display: none !important;
    }
    .event-box {
        margin-top: 3rem !important;
    }
    .cards-box {
        flex-direction: column !important;
    }
    .event-card {
       margin-bottom: 3rem !important;
       width: 100% !important;
       align-items: center !important;
    }
    .event-description-box{
        background: #ffff !important;
        width: 95% !important;
        border-radius: 20px !important;
        height: 40vh !important;
    }
    .event-card1 {
        border-radius: 8px !important;
        background: url(../assets/events-1.webp) lightgray 0% 0% / 100% 55% repeat !important;
        height: 75vh !important;
    }
    .event-card2 {
        border-radius: 8px !important;
       background: url(../assets/events-2.webp) lightgray 0% 0% / 100% 55% repeat !important;
       height: 75vh !important;
    }
    .event-card3 {
        border-radius: 8px !important;
       background: url(../assets/events-3.webp) lightgray 0% 0% / 100% 55% repeat !important;
       height: 75vh !important;
    }
    .event-header {
        font-size: 20px !important;
        margin-left: 1rem !important;
    }
    .event-description {
        font-size: 18px !important;
    }
    .blue-button01 {
        width: 55% !important;
        background: #205A98 !important;
        color: #ffff !important;
    }
    .latest-event-box {
        flex-direction: column !important;
    }
    .latest-image-box {
         width: 100% !important;   
         height: 24vh !important;
         padding: 0 !important;
         background: none !important;
    }
    .latest-event-text {
        width: 100% !important;
        padding: 5% !important;
        border-radius: 8px;
        border: 1px solid var(--Neutral-colors-400, #E1E4ED);
        box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
        margin-left: 0 !important;
    }
}

.events-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 100%;
    background: #F5F5F5;
}

.events-header {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.events-title-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 45%;
}

.events-title {
    flex: 0 0 auto;
    padding: 0;
    padding-top: 38px;
    margin: 0;
    font: 700 48px "Verdana", serif;
    color: #205A98;
}

.blob-image {
    box-sizing: border-box;
    display: block;
    width: 272px;
    max-width: initial;
    height: 181px;
}

.event-cards-section {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-bottom: 5rem;
}

.event-box {
    width: 85%;
    height: 1000%;
}

.upcoming-events {
    color: var(--Primary-Color, #205A98);
    font-family: Verdana;
    font-size: 38.263px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.cards-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0rem;
}

.event-card {
    display: flex;
    flex-direction: column;
    width: 30%;
    background: #ffff;
    border-radius: 8px;
}

.event-description-box {
    width: 100%;
    padding: 10px;
}

.e-top-box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1.5rem;
    height: 20px;
}

.name-box {
    display: flex;
}

.date-box {
    display: flex;
}

.e-name {
    color: #999;
    font-family: "Open Sans";
    font-size: 12.555px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.523px; 
    text-transform: capitalize;
}

.e-date {
    color: #999;
font-family: "Open Sans";
font-size: 12.555px;
font-style: normal;
font-weight: 500;
line-height: 21.523px;
text-transform: capitalize;
}

.p-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.event-header {
    color: #252A34;
    font-family: Verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 1rem;
}

.event-description {
    color: #555;
    font-family: "Open Sans";
    font-size: 14.555px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.729px;
    text-transform: capitalize;
    margin-top: 1rem;
    width: 90%;
}

.blue-button01 {
    width: 40%;
    padding: 8px 22px 8px 22px;
    background: #ffff;
    border-radius: 12px;
    margin-top: 1rem;
    font-weight: 700;
    text-align: center;
    color: #205A98;
    text-align: center;
    font-family: Verdana;
    font-size: 12.744px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 1rem;
    border: 3px solid #205A98;
}

.latest-event-section {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.latest-event-box {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.latest-image-box {
    width: 40%;
    height: 27vh;
    background: #205A98;
    padding: 15px;
    border-radius: 5px;
}

.latest-image {
    width: 100%;
    height: 24vh;
}

.latest-event-text {
    width: 55%;
    height: 100%;
    text-align: left;
    padding-top: 5%;
    margin-left: 3rem;
}

.latest-h {
    color: #252A34;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.latest-h2 {
    color: #252A34;
    font-family: Verdana;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}

.latest-p {
 color: #121212;
font-family: "Open Sans";
font-size: 18.516px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.h-box {
    width: 85%;
}