/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/* card container */


.feature_list ul li .icon {
    width: 20px;
    height: 20px;
}
span.abs-span {
    position: absolute;
    top: 21px;
    right: 24px;
    color: #CCD0D5;
    font-family: Georgia;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lenny-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
}

.lenny-title .line{
    width:85px;
    height:2px;
    background:#111;
}

.lenny-title h2{
        margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.94px;
    text-transform: uppercase;
}
.customize-list ul.mfn-list.mfn-list-left.mfn-list-top li {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    padding-top: 13px !important;
    padding-left: 20px;
    margin-bottom: 16px;
}