.card_day_img {
    width: 100px;
}

.good {
    background-color: #00ff0029;
}

.bad {
    background-color: #ff00003d;
}

.section__answers_text {
    position: relative;
    top: -250px;
    text-align: center;
    color: white;
    font-size: 36px;
    -webkit-text-stroke: 2px #1e1a45;
    margin-bottom: -135px;
}

.div__box_img_yesno img {
    width: 200px;
}

.div__divination_result_yes_no {
    font-size: 140px;
    color: var(--color-violet);
    text-shadow: 3px 5px 6px #4e45b3, -5px -7px 6px #4e45b369;
}

.div__divination_style-2 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.div__divination_description {
    width: 45%;
}

@media (max-width: 768px) {
    .div__divination_description {
        width: 100%;
    }

    .div__divination_style-2 {
        gap: 20px;
    }
}