.quest {
    background: rgba(6, 137, 121, 0.1);
    border: 1px solid #068979;
    /* background: #FFFFFF; */
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 10px;
}

.quest-btn {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
    display: flex;
    justify-content: space-between;
}

.quest-btn.collapsed .quest-img {
    transform: rotate(-90deg);
}

.quest-img {
    transition: transform 0.3s ease;
}

.collapse-container {
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
}

.collapse-container a {
    color: #068979;
    text-decoration: none;
}

.collapse-container a:hover {
    color: #068979;
    text-decoration: underline;
}