.landio-accordion-v2 .accordion-item .accordion-header .accordion-button::before {
    content: "\f105";
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-image: none;
    background-color: #010283;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.info-boxes-wrapper {
	border-radius: 40px;
	background-color: #010281;
	-webkit-box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
	box-shadow: 0px 2px 14px 0px rgb(234 236 243 / 59%);
	position: relative;
	z-index: 1;
	padding: 70px 105px;
	border-top: 4px solid #dce5fb;
}
.check-list-3 li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #010283;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 15px;
}