    .docma-article-autor__wrapper  {
        max-width: 1040px;
        margin: 15px auto;
        background-color: #fafafa;
        border-radius: 10px;
        padding: 30px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        position: relative;
         overflow: hidden;
    }

    .docma-article-autor {
        display: flex;
        gap: 8%;
       
        
    }


    .docma-article-autor__wrapper::before {
        content: "";
        width: 400px;
        height: 400px;
        background-color: #FE3F7A;
        position: absolute;
        z-index: 2;
        left: -200px;
        top: -200px;
        border-radius: 10px;
        transform: rotate(45deg);  
             
    }


        .docma-article-autor__wrapper::after {
        content: "";
        width: 200px;
        height: 200px;
        background-color: #FE3F7A;
        position: absolute;
        z-index: 2;
        right: -100px;
        bottom: -100px;
        border-radius: 10px;
        transform: rotate(45deg);  
        z-index: 0;
        
           
    }

    .docma-article-autor_info a {
        background: #02B5BC;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px 0 0 0;
    display: flex;
    max-width: 320px;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: white !important;
    font-weight: 600;
    }

    .docma-article-autor_info h2 {
        text-transform: uppercase;
        color: #FE3F7A !important;
        margin: 0;
        font-size: 32px !important;
    }

    .docma-article-autor_info h3 {
        margin: 0 0 20px 0;
        font-size: 24px !important;
    }


    .docma-article-autor_info p {
        font-size: 16px !important;
        margin: 0;
        font-weight: 500 !important;
    }

     .docma-article-autor_info {
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 2;
     }

    .docma-article-autor__img {
        max-width: 48%;
        z-index: 5;
        position: relative;
        margin: auto;
        
    }

    .docma-article-autor__img img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 15px;
        z-index: 5;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        
    }


    
    .docma-article-autor__img h5 {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
        position: absolute;
        right: -50px;
        bottom: 10px;
        background-color: #FE3F7A;
        padding: 10px 30px;
        color: white !important;
        transform: skewX(-20deg);
        border-radius: 5px;
        display: inline-flex;
        font-size: 16px !important;
        font-weight: 500;
    }

    @media (max-width: 1024px) {

        .docma-article-autor_info {
            gap: 5px;
        }

        .docma-article-autor__wrapper {
            padding: 15px;
        }
        
    .docma-article-autor_info h2 {

        font-size: 28px !important;
    }

    .docma-article-autor_info h3 {
        font-size: 18px !important;
    }

    
    .docma-article-autor__img img {
        width: 250px;
        height: 250px;

    } 


    .docma-article-autor__wrapper::after {
        width: 100px;
        height: 100px;
        right: -50px;
    bottom: -50px;
    }

    .docma-article-autor__wrapper::before {
        width: 300px;
        height: 300px;
        left: -150px;
    top: -150px;
    }


    }


     @media (max-width: 768px) {

        .docma-article-autor_info p strong {
            font-weight: 600;
        }

        .docma-article-autor_info a {
            max-width: 100%;
        }

            .docma-article-autor_info {

                gap: 10px;
            }


        .docma-article-autor_info h2 {
            font-size: 20px !important;
        }

        .docma-article-autor_info h3 {
            font-size: 18px !important;
        }


        .docma-article-autor__wrapper {
            padding: 10px;
        }

        .docma-article-autor {
            flex-direction: column;
            gap: 30px;
        }

            .docma-article-autor__img img {
                width: 280px;
                height: 280px;

            }

            .docma-article-autor__img {
                max-width: 100%;
            }

            .docma-article-autor__img h5 {
                right: -15px;
            }
     }   