.ourAdvantage {
    color: white;
    background-image: url('/images/bg2.gif');
}

.ourAdvantageContainer {
    width: 100%;
    margin-left: none;
}

.ourAdvantageBox {
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 8%);
}

.ourAdvantageTitle {
    color: #026bbc;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

.ourAdvantageDesc {
    color: #8F8F8F;
    font-size: 0.9rem;
    margin: 10px 0;
}

.ourProductionContainer {
    padding: 20px;
    width: 100%;
}

.ourProductionBox {
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 8%);
    overflow: hidden;
}

.ourProductionBox img {
    width: 200px;
    height: 200px;
}

@media screen and (max-width: 650px) {
    .ourProductionBox img {
        width: 100%;
        height: auto;
    }
}