.elementor-12188 .elementor-element.elementor-element-b8191de{padding:3em 0em 3em 0em;}/* Start custom CSS for dce-rawphp, class: .elementor-element-8597be8 */.term-list-container {
    display: flex;
    gap: 40px;
}

.term-list {
    list-style: none;
    padding: 0;
    width: 50%
}
.term-preview-image{
    width:50%
    ;
}

.term-preview-image:after{
    content:"";
    position:absolute;
    width:200px;
    height: 130px;
    right:-100px;
    bottom: 30px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='137' viewBox='0 0 187 137' fill='none'%3E%3Cpath d='M135.706 137C117.847 137 100.384 128.433 83.7106 111.496C71.1235 98.695 58.9648 92.6486 47.6299 93.5383C31.4512 94.7904 20.5281 109.799 20.4293 109.948L0 95.5977C0.691959 94.5927 17.4637 71.0331 45.3728 68.6772C64.5335 67.0956 83.4141 75.5803 101.52 93.9831C114.025 106.686 126.233 112.715 137.832 111.958C154.752 110.804 166.4 95.4824 166.515 95.3176L186.631 110.096C185.89 111.101 168.327 134.743 139.825 136.835C138.458 136.934 137.074 136.983 135.706 136.983V137Z' fill='%23DED9D4'/%3E%3Cpath d='M135.706 68.5125C117.847 68.5125 100.384 59.9454 83.7106 43.0088C71.1235 30.2076 58.9648 24.1612 47.6299 25.0509C31.4512 26.303 20.5281 41.3119 20.4293 41.4602L0 27.1103C0.691959 26.1053 17.4637 2.54571 45.3728 0.189758C64.5335 -1.40834 83.4141 7.09288 101.52 25.4957C114.025 38.1981 126.233 44.2115 137.832 43.4701C154.752 42.3169 166.4 26.9949 166.515 26.8302L186.631 41.6085C185.89 42.6135 168.327 66.2554 139.825 68.3477C138.458 68.4466 137.074 68.496 135.706 68.496V68.5125Z' fill='%23DED9D4'/%3E%3C/svg%3E");
    background-size:contain;
    background-repeat: no-repeat
}

.term-item {
    cursor: pointer;
    margin-bottom: 10px;
    border-bottom: 1px solid ;
    padding: 10px 0
    
}

.term-item .title{
    font-size: 20px
}

.term-item .description{
    font-size: 15px
}

.term-item:hover .title{
    font-family: var( --e-global-typography-1e67fd3-font-family ), Sans-serif;
    font-weight:bold;
}


.term-preview-image img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: none;
}

@media(width < 768px){
    .term-list-container {
        flex-direction:column;
    }
    .term-preview-image{
        display:none;
    }
    .term-list {
        width : 100%;
    }
}


.elementor-12188 .elementor-element.elementor-element-8597be8 a:hover {
color:initial;    
}/* End custom CSS */