.manufacturing_section {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .53)), url('../images/manufacturing.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    background-position: center;
}

.manufacturing_section__content h1 {
    font-size: 60px;
    color: var(--white-color);
    font-weight: 600;
}

.manufacturing_section__content p {
    margin-top: 15px;
    color: var(--white-color);
    font-size: 15px;
    line-height: 1.8;
}

@media(max-width:992px) {
    .manufacturing_section {
        padding: 100px 0;
    }

    .manufacturing_section__content h1 {
        font-size: 42px;
    }
}

@media(max-width:768px) {
    .manufacturing_section__content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .manufacturing_section__content h1 {
        font-size: 36px;
    }
}

@media(max-width:576px) {
    .manufacturing_section {
        padding: 70px 0;
    }

    .manufacturing_section__content h1 {
        font-size: 32px;
    }
}