.page-volunteer__for-minors #container {
    min-width: 320px;
}
.page-volunteer__for-minors #wrap {
    background: #fff;
}
.page-volunteer__for-minors #main {
    width: 100%;
    min-width: 320px;
    padding-right: 0;
    color: #000;
}
.page-volunteer__for-minors .volunteer-minor * {
    box-sizing: border-box;
}
.volunteer-minor {
    padding: 0 0 82px;
    background: #fff;
    color: #000;
}
.volunteer-minor .content-range {
    width: 100%;
    max-width: 830px;
}
.volunteer-minor__hero {
    padding: 70px 0 54px;
    background: #fffdf5;
}
.volunteer-minor__label {
    position: relative;
    display: inline-block;
    margin: 0 0 18px;
    padding-left: 42px;
    color: #ff8800;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
}
.volunteer-minor__label::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #ff8800;
}
.volunteer-minor__title {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    color: #000;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.volunteer-minor__lead {
    max-width: 780px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
}
.volunteer-minor__lead p,
.volunteer-minor__section p {
    margin: 0;
}
.volunteer-minor__lead p + p,
.volunteer-minor__section p + p {
    margin-top: 12px;
}
.volunteer-minor a {
    color: #ff8800;
    font-weight: bold;
    text-decoration: none;
}
.volunteer-minor a:hover {
    text-decoration: underline;
}
.volunteer-minor__actions,
.volunteer-minor__section-actions,
.volunteer-minor__footer-action {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.volunteer-minor__actions {
    margin-top: 28px;
}
.volunteer-minor__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: solid 1px #ffd154;
    border-radius: 6px;
    background: #fff;
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
}
.volunteer-minor__button::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(45deg);
}
.volunteer-minor__button--primary {
    border-color: #ff8800;
    background: #ff8800;
    color: #fff !important;
}
.volunteer-minor__button--primary::after {
    display: none;
}
.volunteer-minor__template-note {
    margin: 14px 0 0;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
}
.volunteer-minor__important {
    margin: 42px 0 44px;
    padding: 26px 30px;
    border: solid 2px #ffd154;
    border-radius: 8px;
    background: #fffdf5;
}
.volunteer-minor__important h3 {
    margin: 0 0 14px;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
}
.volunteer-minor__important ul,
.volunteer-minor__category-list,
.volunteer-minor__section ol {
    margin: 0;
    padding-left: 1.4em;
}
.volunteer-minor__important li,
.volunteer-minor__section li {
    font-size: 15px;
    line-height: 1.9;
}
.volunteer-minor__body {
    display: grid;
    gap: 0;
}
.volunteer-minor__section {
    padding: 34px 0;
    border-top: solid 1px #eee0c2;
}
.volunteer-minor__section:last-child {
    border-bottom: solid 1px #eee0c2;
}
.volunteer-minor__section h3 {
    position: relative;
    margin: 0 0 16px;
    padding-left: 18px;
    color: #000;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0;
}
.volunteer-minor__section h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 4px;
    background: #ff8800;
}
.volunteer-minor__section .volunteer-minor__important h3 {
    padding-left: 0;
}
.volunteer-minor__section .volunteer-minor__important h3::before {
    display: none;
}
.volunteer-minor__section h4 {
    margin: 24px 0 15px;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0;
}
.volunteer-minor__section p,
.volunteer-minor__section li {
    color: #000;
    font-size: 15px;
    line-height: 2;
}
.volunteer-minor__section--attention {
    padding: 30px;
    border: solid 2px #ffd154;
    border-radius: 8px;
    background: #fffdf5;
}
.volunteer-minor__category-list {
    columns: 2;
    column-gap: 36px;
    margin: 14px 0 18px;
}
.volunteer-minor__category-list li {
    break-inside: avoid;
    margin-bottom: 6px;
    font-weight: bold;
}
.volunteer-minor__section--flow ol + h4 {
    margin-top: 26px;
}
.volunteer-minor__section-actions {
    margin-top: 18px;
}
.volunteer-minor__footer-action {
    justify-content: center;
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .volunteer-minor {
        padding-bottom: 58px;
    }
    .volunteer-minor__hero {
        padding: 48px 0 42px;
    }
    .volunteer-minor__title {
        font-size: 24px;
        line-height: 1.55;
    }
    .volunteer-minor__lead {
        font-size: 14px;
        line-height: 1.9;
    }
    .volunteer-minor__actions,
    .volunteer-minor__section-actions,
    .volunteer-minor__footer-action {
        display: grid;
        grid-template-columns: 1fr;
    }
    .volunteer-minor__button {
        width: 100%;
        min-height: 40px;
        padding: 10px 16px;
        font-size: 14px;
    }
    .volunteer-minor__important {
        margin: 32px 0 34px;
        padding: 20px 18px;
    }
    .volunteer-minor__important h3 {
        font-size: 19px;
    }
    .volunteer-minor__section {
        padding: 28px 0;
    }
    .volunteer-minor__section h3 {
        font-size: 19px;
    }
    .volunteer-minor__section p,
    .volunteer-minor__section li,
    .volunteer-minor__important li {
        font-size: 14px;
        line-height: 1.9;
    }
    .volunteer-minor__section--attention {
        padding: 22px 18px;
    }
    .volunteer-minor__category-list {
        columns: 1;
    }
}
