.annual-items-main-wrapper .annual-item-wrapper {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    background-color: var(--main-blue);
    padding: 40px 10px 40px 40px;
}

.annual-item-title-wrapper p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.38;
    color: var(--white-color);
    margin-bottom: 30px;
    font-family: "Gotham A", "Gotham B";
    letter-spacing: .89px;
}

.annual-item-image-and-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.annual-image {
    height: 230px;
    min-width: 171px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.annual-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.annual-btn {

    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.annual-btn p {
    padding-left: 15px;
    position: relative;
    margin: 0;
}

.annual-btn p::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: var(--white-color);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.annual-btn a {
    opacity: .8;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.43;
    text-transform: uppercase;
    color: var(--white-color);
    text-decoration: none;
}

.annual-btn a::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/~/media/Images/W/WH-Smith/wh-icons/arrow-1.svg');
    border: none;
    -webkit-transform: none;
    transform: none;
    top: 5px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}
/* latest event - Start*/
    .bg-color-white.latest-event{
        webkit-box-shadow: 0 5px 16px 0 rgba(0,0,0,.07);
        box-shadow: 0 5px 16px 0 rgba(0,0,0,.07);
        position: relative;
    }
    .bg-color-white.latest-event .title{
        margin-bottom: 37px;
        color: var(--black-color);
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .event-date-wrapper{
        font-family: "Gotham A","Gotham B";
        font-size: 1.2rem;
        color: #9f9f9f;
        line-height: 1.5;
        word-wrap: break-word;
        margin-bottom: 5px;
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .upcoming-events-item .event-title-wrapper .event-title{
        font-family: "Gotham A","Gotham B";
    font-size: 2.4rem;
    color: #004a86;
    font-weight: 700;
    line-height: 1.33;
    word-wrap: break-word;
    margin-bottom: 20px;
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .annual-btn{
        position: absolute;
        bottom: 40px;
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .annual-btn p::before{
        content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #004a86;
    /* left: -15px; */
    left: 0;
    opacity: .8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .annual-btn p a{
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.43;
        opacity: .8;
        text-transform: uppercase;
        color: #004a86;
    }
    .bg-color-white.latest-event .upcomming-event-wrapper .annual-btn p a::after{
        background-image: url('/~/media/Images/W/WH-Smith/wh-icons/arrow-2');
    }
/* latest event - End*/

@media screen and (max-width: 767px) {
    .annual-item-wrapper{
        margin-bottom: 15px;
    }
}
@media screen and (min-width:1025px) {
    .annual-item-image-and-btn-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .annual-btn{
        margin-left: 25px;
        margin-top: 0;
    }
}