
/*factory section */
.factory-hero {
    background-image: url(Factory_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}
.factory-hero__logo {
    display: block;
    margin-bottom: 60px;
}
.factory-hero__wrap {
    padding-top: 93px;
    padding-left: 112px;
    padding-bottom: 83px;
}
.factory-hero__title {
    font-family: Fira Sans;
    font-weight: 200;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    text-transform: uppercase;
}
.factory-hero__text {
    width: 425px;
    font-family: Fira Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}
/* end factory section */

/* bottero section */
.bottero__wrap {
    padding-top: 60px;
    /* padding-bottom: 60px; */
    padding-left: 107px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.bottero__logo {
    margin-right: 40px;
    margin-bottom: 60px;
}
.bottero__text {
    max-width: 560px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}
.bottero__text span {
    font-weight: 500;
}
@media (max-width: 768px) {
    .factory-hero__wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }
    .factory-hero__text {
        width: 100%;
    }
    .bottero__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottero__logo {
        width: 60%;
    }
    
}
/*end bottero section */

/* factory features */

.factory-features {
    background-color: #F2F2F2;
    padding-top: 57px;
    padding-bottom: 15px;
}
.factory-features__wrap {
    padding-top: 57px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
}
.factory-features__list {
    display: flex;
    flex-wrap: wrap;

}
.factory-features__item {
    width: 25%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    min-height: 195px;
    min-width: 245px;
    margin-bottom: 75px;
    position: relative;
}
.factory-features__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 79px;
    height: 4px;
    background-image: url(images/factory-underline.svg);
    background-repeat: no-repeat;
}
.factory-features__desc {
    max-width: 250px; 
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}
.factory-features__desc span {
    font-weight: 800;
}
.factory-features__img {
    width: 70px;
    height: 70px;
    /* object-fit: cover; */
    margin-bottom: 70px;
}
@media (max-width: 768px) {
    .factory-features__wrap {
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* end factory features */

/* cooperation section */

.cooperation__wrap {
    padding-top: 45px;
    padding-left: 105px;
    padding-right: 240px;
}
.cooperation__title {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 28px;
}
.cooperation__item {
    margin-bottom: 30px;
}
.cooperation__subtitle {
    font-style: 300;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 27px;
}
.cooperation__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #000000;
}
@media (max-width: 768px) {
    .cooperation__wrap {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cooperation__title {
        font-size: 36px;
    }
}
/* end cooperation section */

/* partners section */
.partners__wrap {
    padding-left: 105px;
}
.partners__main-title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 45px;
}
.partners__item {
    width: 475px;
    margin-bottom: 45px;
    flex-grow: 1;
}
.partners__list {
    display: flex;
    flex-wrap: wrap;
}
.partners__title {
    font-style: 300;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 15px;
}
.partners__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #333333;
}
.partners__item:nth-child(2n + 1) {
    margin-right: 90px;
}
@media (max-width: 768px) {
    .partners__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .partners__main-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .partners__item {
        margin-bottom: 30px;
    }
    .partners__item:nth-child(2n + 1) {
        margin-right: 0px;
    }
}
/* end partners section */