.counter-container{
    background: rgb(246 225 193);
    border-radius: 10px;
}
.counterNumber{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #565252;
}
.counterText{
    font-size: 12px;
    text-align: center;
}
.stickyRight{
    position: sticky;
    top: 15%;
}

.accordion.accordion-bg-light .accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.stretched-link{
  font-size: 13px!important;
  color: #8b8b8b!important;
}
