:root {
    --text-margin: 1.112vw;
    --title-margin: 1.394vw
}

.about__us a {
    color: var(--color-gray);
}

.about__us-heading {
    margin-bottom: var(--title-margin);
}

.about__us-text {
    margin-bottom: var(--title-margin);
}

.about__us-services--heading {
    color: var(--color-accent);
    margin-bottom: var(--title-margin);
}

.about__us-services-2--text {
    margin-bottom: 5.36vw;
}

.about__us-services-2--item {
    display: flex;
    gap: 20px;
}

.about__us-services-2--item:first-of-type {
    margin-bottom: 1.394vw;
}

.about__us-services-2--img-container {
    display: flex;
    justify-content: center;
    width: 17.165vw;
    height: 11.859vw;
}

.about__us-services-2--img {
    height: 100%;
}


.about__us-services-2--info p {
    width: 69.787vw;
    margin-bottom: var(--text-margin);
}

.about_us-process--guarantees {
    display: flex;
    flex-direction: row-reverse;
    margin-top: var(--title-margin);
}

.guarantees-heading, .process-heading {
    color: var(--color-accent);
    margin-bottom: var(--title-margin);
}

.about_us-process-guarantees--info p {
    margin-bottom: var(--text-margin);
}

.phosphating {
    padding-top: 0.78vw;
    margin-top: 2.439vw;
    border-top: 1px solid var(--color-black);
}

.about_us-process--guarantees-img {
    width: 20.944vw;
}

@media (max-width: 900px) {

    :root {
        --text-margin: 3.84vw;
        --title-margin: 4.6vw;
    }

    .about__us-services-2--item {
        flex-direction: column;
        align-items: center;
    }

    .about__us-services-2--info p {
        width: 100%;
    }

    .about__us-services-2--img-container {
        width: 65.60vw;
        height: 100%;
        margin: 1.6vw 0;
    }

    .about__us-services-2--img {

    }

    .about_us-process--guarantees {
        flex-direction: column-reverse;
        align-items: center;
    }

    .about_us-process--guarantees-img {
        width: 65.60vw;
    }

    .phosphating {
        margin-top: 6.84vw;
        padding-top: 3.84vw;
    }
}



