.page-copart__title {
    font-weight: 600;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    text-align: center;
    color: #006D6F;
}
.page-copart_text-image__content {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.page-template-page-copart h2 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.page-copart_text-image__content-image {
    margin-top: 2.5rem;
}

.text-content p {
    line-height: 1.5;
}
.text-content p:not(:first-child) {
    margin-top: 0.75rem;
}

.text-content p strong {
    font-weight: 600;
}

section {
    margin-top: 3.75rem;
}
section:last-of-type {
    margin-bottom: 3.75rem;
}
h2.page-copart_cards__title {
    color: #006D6F;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.page-copart_cards__text  {
    max-width: 536px;
    width: 100%;
}
.page-copart_cards__cards-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-inline: -1.25rem;
}
.page-copart_cards__cards-item {
    background: #006d6f;
    color: #fff;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.page-copart_cards__cards-item-text {
    padding-right: 1rem;
}

.page-copart_text-offer {
    background: #F4F6F9;
    padding-block: 1.5rem;
    text-align: center;
}
.page-copart__text-offer_text {
    font-size: 1.125rem;
}
.page-copart__text-offer_button {
    margin-top: 1rem;
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    background: #00424A;
    width: 100%;
    margin-inline: auto;
    padding: 0.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 1.25rem;

}
.page-copart__text-offer_button:hover {
    border: 1px solid #00424A;
    color: #00424A;
    background: #FFF;
}

.page-copart_sections-banner {
    background: linear-gradient(180deg, rgba(38, 25, 25, 0.7) 0%, rgba(38, 25, 25, 0.4) 100%), var(--mobile-image);
    height: 919px;
    background-size: 100%;
}
.page-copart_sections-banner__wrapper  {
    padding-top: 4.375rem;
    color: #FFF;
}
.page-copart_sections-banner__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    font-weight: 700;
    text-align: center;
}
.page-copart_sections-banner__subtitle {
    text-align: center;
    margin-top: 0.5rem;
}
.page-copart_sections-banner__stages {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
.page-copart_sections-banner__stage {
    padding-left: 1.5rem;
    position: relative;
    padding-block: 1rem;
    height: max-content;
}
.page-copart_sections-banner__stage::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00CECC;
}
.page-copart_sections-banner__stage_title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.page-copart_sections-banner__stage_text {
    margin-top: 0.5rem;
    line-height: 1.3;
}

.page-shop-lid-form {
    margin-bottom: 0;
    background: #f4f6f9;
}

.page-copart_text-image__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}
.page-copart_text-image__text {
    color: #393E41;
}
.page-copart_text-image__text h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #006D6F;
    font-weight: 500;
    margin-bottom: 1rem;
    font-weight: 600;
}

.page-copart_text-image__text > p {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    font-weight: 500;
    margin-bottom: 1rem;
}
.page-copart_text-image__text ol {
    padding-left: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    counter-reset: item;
}
.page-copart_text-image__text li {
    font-weight: 400;
    font-size: 1rem;
    position: relative;
}
.page-copart_text-image__text ol li::marker {
    font-size: clamp(1.25rem, 1.75vw, 1.5rem);
    font-weight: 500;
}

.page-copart_text-image__text ol li {
    counter-increment: item;
}
.page-copart_text-image__text ol li::before {
    content: counter(item) " ";
    position: absolute;
    left: -1.65rem;
    font-size: clamp(1.25rem, 1.75vw, 1.5rem);
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
}
.page-copart__text-offer_link {
    color: #21A4A3;
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    font-weight: 600;
    text-decoration: none;
    margin-top: 1.25rem;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 0.75rem;
}

.page-copart_attention-block__row {
    display: flex;
    flex-direction: column;
}

h2.page-copart_attention-block__text_title {
    font-size: clamp(1.5rem, 2vw, 1.75rem);
    color: #006D6F;
}
.page-copart_attention-block__text_subtitle {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    margin-top: 1rem;
}

.page-copart_attention-block__list {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.page-copart_attention-block__list-item_key {
    font-size: 80px;
    font-weight: 600;
    color: transparent;
    font-family: Montserrat;
    -webkit-text-stroke: 1px #006D6F;
    width: auto;
}

.page-copart_attention-block__list-item_title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
}
.page-copart_attention-block__list-item_text {
    font-size: 0.875rem;
}

.page-copart_sections-banner-text {
    height: 318px;
    background: linear-gradient(0deg, #261919B2 0%, #261919B2 100%), var(--mobile-image)
}
.page-copart_sections-banner-text {
    color: #FFF;
    /* padding-top: 4.375rem;
    padding-bottom: 4.375rem; */
    text-align: center;
    background-size: 100%;
    padding-block: 4.375rem;
}
h2.page-copart_sections-banner-text__title {
    margin-bottom: 0;
    font-size: clamp(1.5rem, 3.5vw, 3.25rem);
    font-weight: 700;
}
.page-copart_sections-banner-text__subtitle {
    margin-top: 0.75rem;
    font-size: clamp(1.125rem, 1.75vw, 1.5rem);
    font-weight: 500;
}
.page-copart_sections-banner-text__button {
    margin-top: 2.5rem;
    background: #21A4A3;
    width: max-content;
    margin-inline: auto;
    padding-inline: 1.25rem;
    padding-block: 0.875rem;
    font-weight: 600;
    font-size: 1.125rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.page-copart_sections-banner-text__button:hover {
    border: 1px solid #21A4A3;
    color: #21A4A3;
    background: #FFF;
}

.page-copart_contact-block__text h2 {
    font-size: 2rem;
}

.page-copart_contact-block__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
}

.contacts-subtitle {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.25rem;
}
.contacts__list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
}
.contacts__list a {
    display: flex;
    text-decoration: none;
    color: inherit;
    gap: 0.75rem;
    align-items: center;
}


.page-copart_contact-block__text {
    order: 1;
}


@media screen and ( min-width: 992px ) { 
    .page-copart_text-image__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
    }
    .page-copart_text-image__content-image {
        margin-top: 0;
    }

    section {
        margin-top: 7.5rem;
    }
    section:last-of-type {
        margin-bottom: 7.5rem;
    }
    .page-copart_cards__header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .page-copart_cards__text {
        margin-inline-start: auto;
    }
    .page-copart_cards__cards-items {
        margin-inline: auto;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 2.5rem;
    }
    .page-copart__text-offer_text {
        max-width: 1096px;
        margin-inline: auto;
    }
    .page-copart__text-offer_button {
        width: max-content;
    }
    .page-copart_sections-banner {
        background: linear-gradient(180deg, rgba(38, 25, 25, 0.7) 0%, rgba(38, 25, 25, 0.4) 100%), var(--desktop-image);
        height: 675px;
    }
    .page-copart_sections-banner__stages {
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 2.5rem;
    }
    .page-copart_sections-banner__stage:nth-child(2) {
        margin-top: 3.25rem;
    }
    .page-copart_sections-banner__stage:nth-child(3) {
        margin-top: 6.5rem;
    }

    .page-copart_text-image__row {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-copart_attention-block__text_subtitle {
        margin-top: 1.5rem;
    }
    .page-copart_attention-block__row {
        flex-direction: row;
        justify-content: space-between;
    }
    .page-copart_attention-block__text {
        flex: 0 0 43%;
        height: max-content;
        position: sticky;
        top: 4rem;
    }
    .page-copart_attention-block__list {
        flex: 0 0 51%;
        margin-top: 0;
    }
    .page-copart_attention-block__list-item_title {
        margin-top: 1.25rem;
    }

    .page-copart_sections-banner-text {
        height: 418px;
        background: linear-gradient(0deg, #261919B2 0%, #261919B2 100%), var(--desktop-image);
    }

    .page-copart_contact-block__row {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .page-copart_contact-block__text  {
        max-width: 592px;
    }

    .contacts__list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .page-copart_contact-block__text {
        order: 0;
    }
    .page-shop-lid-form {
        background-color: transparent;
    }
}

@media screen and ( max-width:490px ) {
    /* .page-copart_text-image__image,
    .page-copart_text-image__content-image,
    .page-copart_contact-block__image {
        margin-inline: -1rem;
    } */

    .page-copart_text-image__row,
    .page-copart_text-image__content,
    .page-copart_contact-block__row {
        margin-inline: -1.5rem;
    }
    .page-copart_text-image__text,
    .page-copart_text-image__content-text,
    .page-copart_contact-block__text {
        padding-inline: 1.5rem;
    }
    
}