#featured-calendars-v2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    row-gap: 18px;
    flex-wrap: wrap;
}

.featured-calendar-v2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DM Sans";
    line-height: 1;
    text-decoration: none;
    border: 2.5px solid #C9F001;
    border-radius: 30px;
    padding: 11px 10px 11px 20px;
    width: auto;
    min-width: 206px;
}

.featured-calendar-v2 a span {
    display: block;
}

.featured-calendar-v2 a .title {
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    color: #C9F001;
    margin-bottom: 6px;
}

.featured-calendar-v2 a .location {
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #B1BEC7;
}

.featured-calendar-v2 a .svg-arrow {
    display: flex;
    align-items: center;
}

.featured-calendar-v2 a svg {
    margin-left: 10px;
    vertical-align: middle
}

@media only screen and (min-width : 1025px) {
.featured-calendar-v2 a {
    padding: 8px 10px 8px 20px;
    min-width: 234px;
}
.featured-calendar-v2 a .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}

.featured-calendar-v2 a .location {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
}