.manufacturing-section {
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box;
}

.manufacturing-section .manufacturing-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.manufacturing-section .manufacturing-section__description {
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    width: 90%;
    max-width: 1350px;
    margin: 10px auto 0;
    box-sizing: border-box;
}

.manufacturing-section .manufacturing-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 25px auto 0;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.manufacturing-section .manufacturing-section__left {
    width: 519px;
    box-sizing: border-box;
    border: 1px dashed #4E4AD9;
    padding: 22px 0px 30px;
}

.manufacturing-section .manufacturing-section__content-button {
    margin: 0 20px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

.manufacturing-section .manufacturing-section__content-button:hover {
    color: #4E4AD9;
}

.manufacturing-section .manufacturing-section__info {
    margin: 0 20px;
    margin-bottom: 20px;
}

.manufacturing-section .manufacturing-section__info .manufacturing-section__content-title {
    font-weight: bold;
    color: #0A05EB;
}

.manufacturing-section .manufacturing-section__info .manufacturing-section__content-description {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.manufacturing-section .manufacturing-section__info .manufacturing-section__content-line {
    width: 100%;
    border-top: 1px dashed #AAAAAA;
    margin: 25px 0 0;
}

.manufacturing-section .manufacturing-section__right {
    flex: 1;
    box-sizing: border-box;
}

.manufacturing-section .manufacturing-section__right .manufacturing-section__image {
    width: 100%;
    max-width: 910px;
    height: 100%;
}

.manufacturing-section .manufacturing-section__right .manufacturing-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:760px) {

    .manufacturing-section .manufacturing-section__content {
        flex-direction: column;
        align-items: center;
    }

    .manufacturing-section .manufacturing-section__left {
        width: 100% !important;
    }

}

@media screen and (min-width:760px) and (max-width:1020px) {

    .manufacturing-section .manufacturing-section__content {
        flex-direction: column;
        align-items: center;
    }

    .manufacturing-section .manufacturing-section__left {
        width: 100% !important;
    }

}