.content-container {
    overflow: hidden;
}

.anunturi .frame-container {
    margin: auto;
    display: flex;
}

.anunturi .slick-next, .communicate .slick-prev {
    margin-right: 21%;
}

.anunturi .slick-dots {
    margin-right: 23%;
}

.frame-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.img-anunt {
    width: 623px;
    height: 370px;
}

.centered {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-anunt-aligned {
    flex: 1;
    display: flex;
    align-items: flex-start;
    max-width: 400px;
    padding: 10px;
    padding-inline: 90px;
    display: flex;
    flex-direction: column;
}

.short-line {
    position: relative;
}

    .short-line:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        width: 31px;
        height: 3px;
        background-color: #024476;
        transform: translateY(-50%);
    }

.anunt-btn {
    top: 1729px;
    left: 1244px;
    width: 157px;
    height: 50px;
    border: 1px solid var(--unnamed-color-000000);
    color: #000000;
    font-family: 'Trebuchet MS';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #000000;
    border-radius: 50px;
    opacity: 1;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.arhiva-anunturi-an-selectat {
    font-weight: bold;
    font-size: large;
}

@media (max-width: 900px) {

    .item-container {
        flex-wrap: wrap;
    }

    .img-anunt {
        width: 350px;
        height: 240px;
    }

    .text-anunt-aligned {
        flex: 1;
        display: flex;
        max-width: 400px;
        padding: 10px;
        padding-inline: 90px;
        display: flex;
        flex-direction: column;
    }

    .centered {
        order: 1;
    }

    .text-anunt-aligned {
        order: 2;
    }
}