.papper-making-wrapper {
    padding-block: 10% 0;
    h1

{
    font-weight: 600;
    font-size: 32px;
}

.equipment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    padding: 0;
    margin: 0;
    list-style: circle;
    padding-left: 20px;
}

    .equipment-list li {
        font-size: 16px;
        color: #000;
    }

        .equipment-list li strong {
            font-weight: bold;
        }

.accordion-item {
    border-color: #c18a54;
}

.accordion-button {
    font-weight: bold;
    background-color: #525252;
    color: #dfdfdf;
    box-shadow: none !important;
    padding-right: 40px;
}

    .accordion-button:not(.collapsed) {
        background-color: #525252;
        color: #c18a54;
    }

.accordion-body {
    padding: 1.5rem;
}

.list-unstyled {
    list-style: disc;
    padding-left: 20px;
    color: #7a7a7a;
}

.list-two-columns {
    list-style: disc;
    padding-left: 20px;
    color: #7a7a7a;
    column-count: 3;
    column-gap: 40px;
}

    .list-two-columns li {
        margin-bottom: 6px;
        break-inside: avoid;
    }

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .list-two-columns {
        column-count: 2;
    }
}

/* Small screens (mobile) */
@media (max-width: 576px) {
    .list-two-columns {
        column-count: 1;
    }
}

.accordion-button::after {
    flex-shrink: 0;
    width: fit-content;
    height: fit-content;
    margin-left: 0;
    content: "\f067";
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 17px;
    top: 17px;
}

.accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: fit-content;
    height: fit-content;
    margin-left: 0;
    content: "\f068";
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

}

.scrure-spot-wrapper {
    padding-block: clamp(1.875rem, 1.1932rem + 3.4091vw, 3.75rem);
    h2

{
    margin-bottom: 10px;
}

p {
    font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
    text-align: center;
    text-wrap: balance;
}

.view-more-btn {
    max-width: fit-content;
    height: auto;
    min-height: 48px;
}
}
