.main-container{

}

.slider{
    height: 70px;
}

.slide{
    height: 70px;
}

.card{
    width: 230px;
    border: 1px solid #898989;
    margin-right: 20px;
    margin-top: 20px;
}

.logo-back{
    width: 100%;
    background-color: #0a1d57;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 34px;
}

.product-picture{
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.mix-slider-container{
    /* max-width: 80%; */
}

.mix-slider-picture{

}

.picture-text{
    font-size: 20px;
    position: absolute;
    left: 15px;
    top:10px;
    color: black;
}

.picture-text-sec{
    font-size: 15px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}





@media (min-width: 640px) {
    .main-banner__item .additional-banner__text {
        max-width: 530px !important;
        padding: 30px 30px 15px 30px !important;
        box-sizing: border-box;
        right: 40px !important;
        top: unset;
        /* bottom: 146px !important; */
        bottom: 210px !important;
        left: unset;
    }
}