.anunt-pret {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}
@media (max-width: 576px) {
    .anunt-pret{
        font-size: 2rem;
    }
}

.msg-bg-eu{
    background-color: rgb(254, 238, 255);
}
.msg-bg-el{
    background-color: rgb(238, 244, 255);
}


.msg-space-left{
    margin-left:30px;
}
.msg-space-right{
    margin-right:30px;
}
@media (min-width: 768px) {
    .msg-space-left{
        margin-left:120px;
    }
    .msg-space-right{
        margin-right:120px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit:contain ;
}


.swiper-container {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 {
    height: 350px;
    width: 100%;
}

@media (min-width: 768px) {
    .swiper-container {
        width: 100%;
        height: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .mySwiper2 {
        height: 600px;
        width: 100%;
    }
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

