.production{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px;
}
.production__info{
    background-color:#FFFFFF ;
    height: auto;
    border-radius: 0px 0px 20px 20px ;
}
.production__info-description{

    font-weight: 400;
    font-size: 14px;
    line-height: 120%;

    color: #657084;

}
.production__container{
    display: flex;
    flex-direction: column;
    background: #F0F1F5;
    margin: 0px;
    border-radius: 20px ;
}
.production__up,
.production__down{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: space-between;

}
.production__image,
.production__info{
    width: 100% !important;

}
.production__slide-down{
    height: auto;
    width: 50% !important;
}
.production__slide-up{
    height: auto;
    width: 33.3% !important;
}