/* Start custom CSS for html, class: .elementor-element-da8198f */.case_info_curso{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .the_image{
        margin-right: 18px;
        max-width: 40%;
        min-width: 40%;
    }
    .the_image img{
        width: 100%;
        max-height: 30vh;
    }
    .splide{
        padding: 0!important;
    }
    .splide__slide{
        padding: 10%;
    }
    .the_image .subscribe{
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #272727;
    background: #272727;
    color:#fff;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14pt;
    transition: all .3s;
    cursor: pointer;
    width: 100%;
    }
    .the_image .subscribe:hover{
        background: #fff;
        color: #272727;
    }
    .the_content{
        margin-left: 18px;
        padding: 3% 0;
    }
    .the_content p{
        margin: 10px 0;
    }
    .contentImg {
        position: relative;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 50%;
    }
    .contentImg img{
        height: 100%!important;
        width: auto!important;
        max-width: 10000px!important;
    }
    
    @media(max-width:768px){
        .case_info_curso{
            flex-direction: column;
        }
        
        .the_image{
            margin-right: 0;
            max-width: 100%;
            width: 100%;
        }
        .the_image{
            width: 100%;
        }
        .the_content{
            margin-left: 0;
            max-width: 100%;
            width: 100%;
        }
        .the_image .subscribe{
            margin-bottom:20px;
        }
    }
    
    #content-wrap{
        padding-top:0!important;
    }/* End custom CSS */