.section-accordions{
	padding:0 0 63px;
}
.section-accordion-content .card {
    padding: 23px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #B5B5B5;
}
.card-header {
    padding: 0;
    border: none;
	background-color: #fff;
}
.card-body{
	padding:4px 160px 0 0;
}
.section-accordions .card .card-header h3 {
    margin-bottom: 0;
}
.card-header h3 button {
    padding: 0;
    text-decoration: none;
    white-space: initial;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 22px;
	text-decoration:none;
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.56;
	color:#3644FF;
}
.card-header h3 button:hover{
	text-decoration:none;
	color:#3644FF;
}
.section-accordions .card .card-header .btn:after{
    position: absolute;
    content: "";
    right: 0;
    top: 21px;
    width: 22px;
    height: 22px;
    background: url(../../images/accordian-new-minus.svg) no-repeat;
}
.section-accordions .card .card-header .btn.collapsed:after {
    background: url(../../images/accordian-new-plus-update.svg) no-repeat;
	top:12px;
}
.accordion-white-bg .section-accordion-content .card,
.accordion-white-bg .card-header h3 button,
.accordion-white-bg .card-header h3 button:hover{
	background-color:#fff;
}
.card-body p{
	margin-bottom: 10px;
}
.card-body p:last-child{
	margin-bottom:0;
}
.card-body ul li{
    position: relative;
    padding-left: 15px;
    margin-left: 12px;
}
.card-body ul li::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    background-color: #212121;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}
@media (max-width:767px){
	.card-header h3 button {
		font-size: 23px;
	}
	.section-accordions {
		padding: 30px 0 0;
	}
	.card-body {
		padding: 4px 0 0 0;
	}
}
@media (min-width:768px){
	.card-body {
		padding: 4px 70px 0 0;
	}
}
@media (min-width:992px){
	.card-body {
		padding: 4px 160px 0 0;
	}
}