.oem {
    padding: 80px 0 150px;
    background-color: RGBA(250, 250, 250, 1);
}

.oem .customization-section:not(:last-child) {
    margin-bottom: 160px;
}

.oem .customization-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oem .customization-section:nth-child(2n) .customization-content {
    flex-direction: row-reverse;
}

.oem .text-content {
    width: 58.57%;
    /* text-align: center; */
}

.oem .section-title {
    color: #222222;
    line-height: 1.33;
}

.oem .feature-list {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 53px;
    /* list-style: decimal; */
    /* padding-left: 1.3em; */
}

.oem .image-content {
    width: 33.28%;
}

.oem .image-content img {
    display: block;
    max-width: 100%;
}

@media (max-width:1280px) {
    .oem .feature-list {
        margin-top: 48px;
    }
}

@media (max-width:1199px) {
    .oem .feature-list {
        margin-top: 45px;
    }

    .oem {
        padding: 80px 0;
    }

    .oem .customization-section:not(:last-child) {
        margin-bottom: 80px;
    }
    .oem .text-content{
        width: 62%;
    }
}

@media (max-width:1024px) {
    .oem .feature-list {
        margin-top: 40px;
    }

    .oem {
        padding: 70px 0;
    }

    .oem .customization-section:not(:last-child) {
        margin-bottom: 70px;
    }
}
@media (max-width:768px) {
    .oem .feature-list {
        margin-top: 30px;
    }

    .oem {
        padding: 60px 0;
    }

    .oem .customization-section:not(:last-child) {
        margin-bottom: 60px;
    }
    .oem .customization-section:nth-child(2n) .customization-content,
    .oem .customization-content{
        flex-direction: column;
    }
    .oem .image-content,
    .oem .text-content{
        width: 100%;
    }
    .oem .image-content{
        margin-top: 30px;
    }
    .oem .image-content img{
        margin: 0 auto;
    }
}
@media (max-width:500px) {
    .oem .feature-list {
        margin-top: 25px;
         font-size: 14px;
        line-height: 20px;
    }

    .oem {
        padding: 50px 0;
    }

    .oem .customization-section:not(:last-child) {
        margin-bottom: 50px;
    }
}