.topics_process {
    padding-top: 30px;
    padding-bottom: 80px;
}

.topics_process p {
    color: #fff;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.8;
}

.icon-process {
    width: 100%;
    height: 180px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    animation: bounce2 4s ease-in-out infinite;
}

.btn-wraper-process {
    padding-bottom: 30px;
}

.btn-process {
    font-weight: 400;
    font-size: 0.85rem;
    display: block;
    text-align: center;
    width: 200px;
    letter-spacing: 1.5px;
    border-radius: 2.11875rem;
    padding: 8px 0;
    color: #fff;
    border: 2px solid #8A68FF;
    box-shadow: 0 4px 18px 0 rgba(51, 187, 255, 0.33);
    background: linear-gradient(to bottom, rgba(55, 77, 255, 0.1), rgba(24, 187, 248, 0.2));
    transition: opacity 0.3s ease-out;
}

.btn-process:hover {
    background: linear-gradient(to bottom, rgba(55, 77, 255, 0.2), rgba(24, 187, 248, 0.3));
}

.elipses {
    position: absolute;
    z-index: -1;
    bottom: 80%;
    left: 32%;
    width: 13%;
    animation: blinkUp 4s ease-in infinite;
}

.bg-gradient::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    background-image: url(../../imgs/svgs/bg-gradient.svg);
    width: 60%;
    height: 100%;
    left: 20%;
    bottom: 50%;
    background-size: cover;
}

.conteudo-section {
    margin-bottom: 20px;
}

.respire {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .bg_section {
        height: 250px;
        top: 10%;
    }

    .respire {
        margin-bottom: 120px;
    }

    .btn-process {
        font-size: 1.2rem;
        padding: 15px 0;
        width: 300px;
    }

    .topics_process {
        padding-bottom: 150px;
    }

    .topics_process p {
        font-size: 1.2rem;
    }

    .icon-process {
        position: absolute;
        z-index: 0;
        height: auto;
    }

    .img-business {
        width: 30%;
        top: -5%;
        right: -16%;
    }

    .img-security {
        width: 25%;
        top: 40%;
        left: -15%;
    }

    .img-technologies {
        width: 25%;
        top: 32%;
        right: -14.2%;
    }

    .img-documentation {
        width: 25%;
        top: 25%;
        left: -14%;
    }

    .img-marketing {
        width: 25%;
        top: 65%;
        right: -15%;
    }

    .img-legalplans {
        width: 30%;
        top: 10%;
        left: -22%;
    }
    .img-ico {
        width: 25%;
        top: 75%;
        right: -15%;
    }

    .bg-gradient::before {
        height: 200%;
        left: 10%;
        bottom: -10%;
    }

}

@media (min-width: 1199px) {
    .btn-process {
        font-size: 1.28rem;
        width: 350px;
        padding: 18px 0;
    }



    .bg-gradient::before {
        width: 50%;
        height: 230%;
        left: 20%;
        bottom: -30%;
    }
}