.content_video_lead .video {
    width: auto !important;
    height: 77% !important;
}
section.profissional {
    position: relative;
    padding-bottom: 80px;
}
section.profissional:after{
    animation: animation_icon_sections 3s infinite alternate;
    content: "";
    position: absolute;
    right: 0px;
    top: -250px;
    width: 560px;
    height: 1316px;
    background-image: url("../img/o-consultorio/asset_right.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
section.profissional:before{
    animation: animation_icon_sections_invert 4s infinite alternate;
    pointer-events: none;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -200px;
    width: 777px;
    height: 597px;
    background-image: url("../img/o-consultorio/asset_left.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.profissional h2{
    text-align: center;
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 40px;
}
section.profissional .wrapper{
    text-align: justify;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}
section.profissional .wrapper .image{
    overflow: hidden;
    position: relative;
    border-radius: 110px 0;
    display: inline-flex;
    width: 505px;
    height: 737px;
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
}
section.profissional .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.profissional .wrapper .image:before{
    background-image: url("../img/border-image-news.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: top;
    transform: translate(-50%,-50%);
}
section.profissional .wrapper .text{
    width: 760px;
    color: var(--verde);
}
section.profissional .wrapper .text .row{
    margin: 35px 0;
}
section.profissional .wrapper .text h3{
    font-size: 20.83px;
    font-weight: 500;
    margin-bottom: 25px;
}
section.profissional .wrapper .text h3 strong{
    font-weight: 600;
}
section.profissional .wrapper .text ul{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
section.profissional .wrapper .text ul li{
    font-size: 16.67px;
    font-weight: 500;
}
section.profissional .wrapper .text p{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media(max-width: 1100px){
    section.profissional h2{
        text-align: left;
    }
    section.profissional .wrapper{
        flex-direction: column;
    }
    section.profissional .wrapper .image{
        width: 100%;
        height: 420px;
        border-radius: 70px 0 70px 0;
    }
    section.profissional .wrapper .image:before{
        transform: translate(-50%, -50%);
    }
    section.profissional .wrapper .text{
        width: 100%;
    }
}
@media(max-width: 768px){
    section.profissional:before{
        width: 100% !important; 
    }
}
@media(max-width: 468px){
    .content_video_lead .video {
        width: auto !important;
        height: 77% !important;
    }
}