@media(max-width: 767px) {
    .carousel-portal-politica .slick-slide  {
        width: 150px;
        height: 150px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px;
        border-radius: 16px;
        margin-right: 20px;
    }
}