/* Start custom CSS for html, class: .elementor-element-84d7539 */.bs-section{
    width:100%;
}

.bs-title{
    color:#000;
    font-size:30px;
    margin-bottom:18px;
}

.bs-intro{
    color:#000;
    line-height:1.9;
    margin-bottom:35px;
}

.bs-card{

    background:#181818;

    border:1px solid rgba(201,148,70,.15);

    border-radius:14px;

    padding:30px;

    margin-bottom:30px;

    transition:.35s;

}

.bs-card:hover{

    border-color:#C99446;

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.bs-card h3{

    color:#C99446;

    font-size:24px;

    margin-bottom:22px;

}

.bs-list{

    list-style:none;

    margin:0;

    padding:0;

}

.bs-list li{

    position:relative;

    color:#fff;

    line-height:1.9;

    padding:12px 0 12px 34px;

    border-bottom:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.bs-list li:last-child{

    border-bottom:none;

}

.bs-list li::before{

    content:"\f00c";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    color:#C99446;

    position:absolute;

    left:0;

    top:15px;

}

.bs-list li:hover{

    padding-left:40px;

}

.bs-card p{

    color:#d7d7d7;

    line-height:1.9;

    margin-bottom:18px;

}

.bs-card p:last-child{

    margin-bottom:0;

}

@media(max-width:767px){

.bs-title{

font-size:30px;

}

.bs-card{

padding:22px;

}

.bs-card h3{

font-size:21px;

}

.bs-list li{

font-size:15px;

padding-left:30px;

}

}/* End custom CSS */