/*counter */

.counter{}
.counter__container{
    display: flex;
    margin-bottom: 20px;
}
.counter__group{
    margin-right: 15px;
}
.counter__header{
    color: #00468c;
    line-height: 1.2;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.counter__items{
    display: flex;
}
.counter__item{
    background: rgb(248,228,187);
    background: linear-gradient(0deg, rgba(248,228,187,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(248,228,187,1) 100%);
    border: 1px solid #fed786;
    padding: 20px 15px;
    font-weight: bold;
    color: #00468c;
    line-height: 1.2;
    font-size: 32px;

}
.counter__signature{
    text-align: center;
    font-size: 20px;
    color: #00468c;
    font-weight: bold;
    margin-top: 5px;
}
.counter__item+.counter__item{
    margin-left: 5px;
}




.to-meet-jubilee-header{
    min-height: 60px;
    overflow: hidden;
    background: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.to-meet-jubilee-header__picture{
   // padding-left: 56px;
   // position: relative;
    margin: 0;
  //  margin-top: 32px;

}
.to-meet-jubilee-header__picture:before{
    content: none;
    background: url(images/100.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 74px;
    height: 67px;
    display: block;
    left: 0;
    top: calc(50% - 47px);
}

.to-meet-jubilee-list{
    background: #ffe4b9;

}
.to-meet-jubilee-list__container{
    padding: 0 50px;
}
.to-meet-jubilee-list__button{
    display: block;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    border: 1px #00468c solid;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}
.to-meet-jubilee-list h2{
    text-align: center;
    font-size: 19px;
}
.to-meet-jubilee-item {

    text-align: center;
    margin: 0 0 20px 0;
    font-size: 15px;

}
.to-meet-jubilee-list h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.to-meet-jubilee-item p{
    color: #00468c;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 0px;
    font-weight: bold;
}
.to-meet-jubilee-item .last-name{
    text-transform: uppercase;

}
.to-meet-jubilee-item .date{
    font-weight: normal;
}
.to-meet-jubilee-item .media-image{
    margin: 0 0 5px;
}
.to-meet-jubilee-item figure.media-image:before{
    padding-top: 150%;
}