.core_values_container{color:#fff;background-color:#000;justify-content:center;width:100%;padding:100px 0;display:flex}.core_values_wrapper{justify-content:space-between;align-items:center;width:88%;display:flex}.cv_left_section{width:45%}.cv_title_wrapper{margin-bottom:20px}.cv_main_heading{margin-top:10px;margin-bottom:50px}.cv_list{flex-direction:column;display:flex}.cv_item{cursor:pointer;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:25px 0;transition:all .3s;display:flex}.cv_item:last-child{border:none}.cv_arrow_btn{border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.cv_arrow_btn svg{fill:#fff;width:20px;height:20px;transition:all .3s}.cv_item.active .cv_arrow_btn{background-color:#e73b4b;border-color:#e73b4b;transform:rotate(-45deg)}.cv_item.active .cv_arrow_btn svg path{fill:#fff}.cv_right_section{flex-direction:column;gap:30px;width:48%;display:flex}.cv_image_container{border-radius:4px;width:100%;height:350px;overflow:hidden}.cv_image_container img{width:100%;max-width:1000px;height:100%}@media screen and (max-width:1024px){.core_values_container{padding:70px 0}.core_values_wrapper{flex-direction:column;gap:50px}.cv_image_container img{object-fit:cover;height:100%}.cv_left_section,.cv_right_section{width:100%}.cv_image_container{height:300px}}@media screen and (max-width:767px){.core_values_container{padding:50px 0}.cv_item{padding:20px 0}.cv_arrow_btn{width:35px;height:35px}.cv_arrow_btn svg{width:16px;height:16px}}
