.over-txt-caslon * {
    font-size: 1.3rem;
    color: var(--dark-color);
}

.ordinal ol li {
    list-style-position: outside;
}

.ordinal.ordinal-term ol li {
    list-style-position: inside;
}

.a-link:hover {
    color: var(--color-dark-orange);
}

.ordinal-number ol>li+li {
    margin-top: 0.5em;
}

.ordinal-number ol li {
    list-style-type: decimal;
}

.ordinal-disc ol li {
    list-style-type: disc;
}

.ordinal-alpha ol li {
    list-style-type: lower-alpha;
}

.ordinal-square ol {
    padding-left: 1.325rem;
    margin-bottom: 0.5rem;
}

.ordinal-square ol li {
    list-style-type: square;
}

.ordinal-disc ol li::marker,
.ordinal-square ol li::marker {
    font-size: 1.4em;
    color: var(--text-color);
}

.ordinal-term ol li {
    /* font-family: var(--body-font-family-playfair); */
    font-family: var(--body-font-family-libre-baskerville);
}

.ordinal-term ol li::marker {
    /* font-family: Arial, Helvetica, sans-serif, var(--body-font-family-playfair); */
    font-family: var(--body-font-family-libre-baskerville);
}

.title-head {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    /* font-family: var(--body-font-family-playfair); */
    font-family: var(--body-font-family-libre-baskerville);
    color: var(--text-color);
}

.title-line .title-head {
    display: inline-block;
    padding-bottom: 1.4rem;
    z-index: 2;
}

.title-line .title-head:before,
.title-line .title-head:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--text-color);
    border-radius: 2px;
}

.title-line .title-head:before {
    left: 36%;
    width: 20%;
}

.title-line .title-head:after {
    right: 36%;
    width: 10px;
}

.title-line .title-head.title-cookie:before {
    left: 42%;
    width: 10%;
}

.title-line .title-head.title-cookie:after {
    right: 42%;
    width: 10px;
}

.bg-light-sky {
    background-color: var(--bg-light-sky);
}

.pd-box {
    padding: 80px 60px;
}

@media screen and (max-width: 1199px) {
    .over-txt-caslon * {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 992px) {
    .title-head {
        font-size: 1.8rem;
    }
    .pd-box {
        padding: 40px 30px;
    }
    .title-line .title-head {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .title-head {
        font-size: 1.8rem;
    }
    .pd-box {
        padding: 0 1rem;
    }
}