.licence-card {
	svg {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	.list-check-flex {
		margin-bottom: 0;
		margin-left: 0px;
	}
	
	.list-check-flex li {
	    position: relative;
	    margin-bottom: 3px;
	}
}

@media screen and (max-width: 992px) {
	.licence-card  .border-end {
		border: none !important;
	}

	.licence-card .list-check-flex {
		margin-left: 46px;
	}
}