.mw-chamadaCarrossel {
    grid-column: span 4;
    grid-row: span 2;
    position: relative;
}

.mw-chamadaCarrossel .chamadaCarrossel-wrapper {
    width: 100%;
    height: 100%;
}

.mw-chamadaCarrossel .chamadaCarrossel-wrapper .mw-chamadaCarrossel-img {
    height: 380px;
    width: 100%;
}

.mw-chamadaCarrossel .chamadaCarrossel-wrapper .mw-chamadaCarrossel-img img {
    width: 100%;
    height: 95%;
    object-fit: cover;
    border-radius: 20px;
}

.mw-chamadaCarrossel-text {
    position: absolute;
    height: 160px;
    padding: 20px 30px;
    border-radius: 20px 0 20px 20px;
    border-top-right-radius: 0px;
    bottom: 0px;
    width: 80%;
    right: 0px;
}

.mw-chamadaCarrossel-text h2 {
    font-family: "NunitoSans-Black";
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}

.mw-chamadaCarrossel-text h3 {
    font-family: "NunitoSans-ExtraBold";
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.chamadaCarrossel .splide__arrow {
    display: none;
}

.chamadaCarrossel .splide__pagination__page.is-active {
    background-color: white;
    transform: scale(1);
    opacity: 1;
}

.chamadaCarrossel .splide__pagination__page {
    opacity: 0.5;
    width: 25px;
    height: 5px;
    border-radius: 20px;
    background-color: #fff;
}

.chamadaCarrossel .splide__pagination {
    right: unset;
    margin: 10px;
    left: 115px;
}
@media (max-width:1024px){
    .mw-chamadaCarrossel {
        grid-column: span 2;
    }
    .mw-chamadaCarrossel-text h2 {
        font-size: 17px;
        line-height: 21px;
        margin-top: 10px;
    }
    .chamadaCarrossel .splide__pagination {
        margin: unset;
        left: 74px;
        bottom: 19px;
    }
}