.industrial-materials {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.industrial-materials .materials__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: center
}

.industrial-materials .materials__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #333333;
    line-height: 30px;
    margin-bottom: 40px
}

.industrial-materials .materials__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.industrial-materials .materials__item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.industrial-materials .materials__item-image {
    width: 30%;
    max-width: 250px;
    height: 100%;
    flex-shrink: 0
}

.industrial-materials .materials__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.industrial-materials .materials__item-text {
    /* width: 70%; */
    flex: 1;
    background: #FAFAFA;
    padding: 35px 25px;
    box-sizing: border-box
}

.industrial-materials .materials__item-title {
    font-weight: 500;
    color: #E0191E;
    margin-bottom: 10px
}

.industrial-materials .materials__item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.industrial-processes {
    width: 100%;
    padding: 70px 0px 70px;
    margin-bottom: 70px;
    box-sizing: border-box;
    position: relative
}

.industrial-processes .processes__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.industrial-processes .processes__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.industrial-processes .processes__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 1
}

.industrial-processes .processes__title {
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    text-align: center
}

.industrial-processes .processes__description {
    width: 100%;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 40px
}

.industrial-processes .processes__item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative
}

.industrial-processes .processes__item::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #E0191E
}

.industrial-processes .processes__item-title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px
}

.industrial-processes .processes__item-description {
    font-weight: 400;
    color: #ffffff;
    line-height: 30px
}

.industrial-industries {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.industrial-industries .industries__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: center
}

.industrial-industries .industries__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #333333;
    line-height: 30px;
    margin-bottom: 40px
}

.industrial-industries .industries__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch
}

.industrial-industries .industries__item {
    width: calc(100% / 3 - 10px);
    min-height: 400px;
    margin-bottom: 20px;
    background: #FAFAFA;
    padding: 40px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.industrial-industries .industries__item-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-bottom: 30px
}

.industrial-industries .industries__item-icon img {
    width: 100%;
    height: auto
}

.industrial-industries .industries__item-title {
    font-weight: 500;
    color: #E0191E;
    margin-bottom: 15px
}

.industrial-industries .industries__item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.industrial-certifications {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.industrial-certifications .certifications__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px
}

.industrial-certifications .certifications__image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-right: 40px
}

.industrial-certifications .certifications__image img {
    width: 100%;
    height: auto
}

.industrial-certifications .certifications__text {
    flex: 1
}

.industrial-certifications .certifications__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: left
}

.industrial-certifications .certifications__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    color: #333333;
    line-height: 30px;
    text-align: left
}

.industrial-certifications .certifications__content .certifications__description {
    margin: 0;
    width: 100%;
    max-width: initial
}

@media screen and (max-width:760px) {
    .industrial-materials .materials__item {
        width: 100%;
        flex-direction: column;
        align-items: stretch
    }

    .industrial-materials .materials__item-image {
        width: 100%;
        height: auto
    }

    .industrial-materials .materials__item-text {
        width: 100%
    }

    .industrial-industries .industries__item {
        width: 100%;
        max-width: 446px
    }

    .industrial-certifications .certifications__content {
        flex-direction: column
    }

    .industrial-certifications .certifications__image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0;
        margin-bottom: 30px
    }

    .industrial-certifications .certifications__text {
        width: 100%
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .industrial-materials .materials__item {
        width: 100%;
        align-items: stretch
    }

    .industrial-industries .industries__item {
        width: calc(100% / 2 - 15px)
    }

    .industrial-certifications .certifications__content {
        flex-direction: column
    }

    .industrial-certifications .certifications__image {
        margin: 0;
        margin-bottom: 30px
    }

    .industrial-certifications .certifications__text {
        width: 100%
    }
}

@media screen and (min-width:1020px) and (max-width:1350px) {
    .industrial-materials .materials__item {
        width: 100%;
        align-items: stretch
    }

    .industrial-industries .industries__item {
        width: calc(100% / 2 - 15px)
    }

    .industrial-certifications .certifications__content {
        flex-direction: column
    }

    .industrial-certifications .certifications__image {
        margin: 0;
        margin-bottom: 30px
    }

    .industrial-certifications .certifications__text {
        width: 100%
    }
}