/*Start Path Block - Desktop*/
.bordered_checkbox_list_container[class*="grid"] {
    margin-top: 34px;
    background: rgb(251, 250, 246);
    border: 1.5px solid rgb(226, 223, 240);
    border-radius: 14px;
    padding: 24px 26px;

	border-radius: 8px;
	border-top: 0.2px solid #FF792C;
	border-right: 0.2px solid #FF792C;
	border-bottom: 0.2px solid #FF792C;
	border-left: 4px solid #FF792C;
	background: #FFF;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 2px 7px 0 rgba(0, 0, 0, 0.06), 0 12px 22px 0 rgba(0, 0, 0, 0.06);
}
.bordered_checkbox_list_title h2, .bordered_checkbox_list_title h3 {
    	margin: 0px 0px 16px;

	color: #2F2C82;
	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.bordered_checkbox_list {
	margin-top: 10px;
}
.bordered_checkbox_list li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #4E4E4E;
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 142%;
}
.bordered_checkbox_list li + li {
	margin-top: 12px;
}
.bordered_checkbox_list li:before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(/wp-content/themes/shoora-twentysix/assets/images/shoora-check-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    flex-shrink: 0;
}
/*End Path Blocks - Desktop*/

@media screen and (max-width: 767px) {
	.bordered_checkbox_list_container[class*="grid"] {
		border-radius: 0;
		padding: 24px 10px;
	}
	.bordered_checkbox_list li {
		display: block;
	}
}	