.servicos-slider-container {
    position: relative;
    padding: 0 0 3rem 0;
}

.servico-info {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    display: flex;
}

.servico-content {
    background: #02a1ff;
    padding: 1.5rem;
    text-align: left;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;

    &:hover {
        opacity: 0.7;
    }

    span {
        font-size: 24px;
    }

    h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #ffffff;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    a {
        background-color: #02010100;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        fill: var(--e-global-color-text);
        color: var(--e-global-color-text);
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #ffffff;
        border-radius: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: fit-content;
        display: flex;
        gap: 8px;
        align-items: center;
        margin-top: auto;

        &:hover {
            color: #ffffff;
            fill: #ffffff;
            border-color: #ffffff;
            opacity: 0.8;
        }

        svg {
            height: 1em;
        }
    }
}

.swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #02a1ff;
    opacity: 1;
}

@media (max-width: 768px) {
}
