@charset "UTF-8";
.main {
    background-color: var(--default_white, #fff);
}
.article_header h2 {
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-bottom: none;
}
.candleCare_topic_ttl {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1.75px;
}
.candleCare_topics .candleCare_topic img {
    width: 120px;
    height: 109px;
    border: none;
}
.candleCare_topic_txt {
    width: 250px;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.75px;
}
.candleCare_topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.candleCare_topics {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.candleCare img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 90px;
    height: 90px;
    border-top: 1px dotted var(--text_color, #56452D);
}
.candleCare_name {
    width: 255px;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.9px;
}
.safeties {
    display: flex;
    /* width: 257px; */
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.candleCare_history {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    background-image: url(../images/lapraline_background_1-pink.png);
    background-size: contain;
}