.feed_optimization_wrapper.creed_fregrance {
    margin-bottom: 60px;
}

.feed_content_left .feed_content_p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 12px 0px;
    line-height: 1.75;
}

.cast_study_sub_heading {
    font-size: 28px;
    font-weight: 600;
}

.study_ul_content {
    list-style: disc;
}

.study_ul_content li {
    font-weight: 600;
    line-height: 1.7;
}

.study_note_wrapper {
    margin: 25px 15px;
    background: #ededed;
    padding: 12px 20px;
    border-radius: 10px;
    text-shadow: 0 0 black;
    font-style: italic;
    letter-spacing: 0.8px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

@media screen and (max-width: 500px) {
    .feed_content_left .feed_content_p,
    .study_note_wrapper {
        font-size: 14px;
        line-height: 1.6;
    }

    .cast_study_sub_heading {
        font-size: 20px;
        line-height: 1.5;
    }

    .feed_content_left p {
        margin: 0;
    }

    .feed_content_left p.study_note_wrapper {
        margin: 12px 0 32px;
    }


}