.campaign-page {
    background-image: url(../img/web_deco.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.campaign-img {
    width: 400px;
}

.campaign-page h6 {
    font-weight: 400;
    color: var(--gray);
}

.campaign-page ul {
    padding-left: 30px;
}

.date {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.date span {
    font-size: 18px;
}

.agenda-txt h5 {
    color: #402E32;
    font-weight: 700;
}

.agenda-txt h6 {
    color: #402E32;
    margin-bottom: 20px;
}

.agenda-txt, .agenda-txt p {
    font-size: 16px;
    color: var(--txt-gray);
}

.agenda-tag li {
    color: var(--txt-gray);
    background-color: #efefef;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.bg-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    margin-bottom: 2rem;
}
