.sp {
    background: #ffe4c4 !important;
    color: #000000;
    display: flex;
    height: 100% !important;
    border-radius: 10px;
}
.panel-title{
    display : grid;
}
.panel-title>a{
    outline : none;
}
.sp:hover {
    background: #f5f5f5 !important;
    color: #fd5b04;
}

.arrow-right{
    margin-right: 2%;
    min-height: 24px;
    min-width: 24px;
    display: block;
    background: url('../assets/images/Public/double_arrow_orange.svg') no-repeat !important;
}

.sp:hover .arrow-right {
    background: url('../assets/images/Public/double_arrow_white.svg') no-repeat !important;
}

.collapse-content{
    font-size: 18px;
    padding-top: 20px;
}

.padding-top40{
    padding-top: 40px ;
}
.padding-bot40{
    padding-bottom: 40px ;
}
