#villa-management-process{
    background-color: #fff;
}
#villa-management-process h2{
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 66px; /* 120% */
}
#villa-management-process .row{
    margin: 0px 215px;
}

#villa-management-process .left img{
    max-height: 615px;
}
#villa-management-process .accordion h4{
    border-radius: 5px;
    background: #E43E00;    
}
#villa-management-process .accordion h3{
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 182.609% */
}

#villa-management-process .accordion {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M20.1395 24.21L20.1395 21.81L5.03145 21.81L24.9395 1.90202L23.2475 0.210022L3.33945 20.118L3.33945 5.01002L0.939455 5.01002L0.939453 24.21L20.1395 24.21Z" fill="%23E43E00"/></svg>');    
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M20.1395 24.21L20.1395 21.81L5.03145 21.81L24.9395 1.90202L23.2475 0.210022L3.33945 20.118L3.33945 5.01002L0.939455 5.01002L0.939453 24.21L20.1395 24.21Z" fill="%23E43E00"/></svg>');
    --bs-accordion-btn-icon-transform: rotate(-45deg);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
}

#villa-management-process .accordion-button{
    border-bottom: unset;    
}
#villa-management-process .accordion-button.collapsed{
    border-bottom: 1px solid rgba(37, 37, 48, 0.67);    
}
#villa-management-process .accordion-collapse.show{
    border-bottom: 1px solid #E43E00;    
}

@media screen and (max-width:1400px){
    #villa-management-process .row{
        margin: unset;
    }
}