:root {
    --light-text-color: #C15A0F;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.align-self-end {
    align-self: flex-end;
}
.justify-content-between {
    justify-content: space-between !important;
}

img {
    max-width: 100%;
    height: auto;
}

.paragraph {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 30px;
    font-weight: 300;
}

.border-bottom {
    position: relative;
}
.border-bottom::after {
    background-color: #C15A0F;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);    
}
.border-bottom.dashed::after {
    border-bottom: 1px dashed; #087926;
    background-color: transparent;    
}
.all-h-sm-14 .h-sm {
    font-size: 14px;
}

body {
    background: rgba(193, 90, 15, 0.07);
    color: #622C04;
    font-family: Arial, "Segoe UI", Roboto, "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    position: relative;
}
h1, h2, h3, h4, h5, p, figure {
    margin: 0;
}

#back-link {
    background-color: #C15A0F;
    color: white;
    text-decoration: none;
}

body > header, body > section {
    margin-left: auto;
    margin-right: auto;
}

.border-bottom-after-2px::after {
    height: 2px !important;
}

@media all and (min-width: 1024px) {
    body > header, body > section {
        max-width: 1544px;
    }
    header {
        margin-top: 70px;
        padding-bottom: 61px;
        margin-bottom: 47px;
        align-items: flex-end;
        justify-content: space-between;
    }
    body > header, body > section {
        margin-left: 9.8vw;
        margin-right: 9.8vw;
    }
    header aside {
        text-align: right;
    }
    #back-link {
        padding: 13px 52px;
        border-radius: 30px;
        font-size: 20px;
        letter-spacing: 0.2em;
    }
    section.section {
        justify-content: flex-start;
        gap: 0 9.53125vw;
    }
    section.section > .content-block-634-d {
        flex-basis: 634px;
        flex-grow: 0;
    }
    section.border-bottom.dashed::after {
        height: 2px !important;
    }
    section.a-second {
        margin-bottom: 64px;
    }
    footer {
        display: none;
    }
    .h-md-2 {
        font-size: 24px;
        line-height: 50px;
        letter-spacing: 0.041em;
        font-weight: bold;
    }
    .h-md-3 {
        font-size: 21px;
        line-height: 35px;
        letter-spacing: 0.035em;
        font-weight: 400;
    }
}

@media all and (max-width: 1023px) {
    body > header, body > section {
        max-width: 83.97vw;
    }
    header {
        margin-top: 63px;
        flex-direction: column;
        align-items: center;
    }
    header aside {
        margin-top: 84px;
        text-align: center;
    }
    #back-link {
        padding: 9px 35px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 0.2em;
    }
    .border-bottom-short-m::after {
        width: 10rem;
    }
    .border-bottom-hide-mobile::after {
        visibility: hidden;
    }
    section.section {
        flex-direction: column;
    }
    footer {
        display: flex;
        justify-content: center;
        margin-top: 52px;
        margin-bottom: 36px;
    }
    .flex-center-m {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flex-column-m {
        flex-direction: column !important;
    }
    .flex-column-reverse-m {
        flex-direction: column-reverse !important;
    }
    .text-center-m {
        text-align: center;
    }
}