.fulldesc{
	font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}
.fulldesc h3{
	font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #262626;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.fulldesc p{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
	margin-bottom: 10px;
}

.fulldesc ul{
    margin-bottom: 32px;
    padding: 0;
}
.fulldesc ul li{
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    list-style-type: none;
}
.fulldesc ul li::before{
	content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10%2020C4.477%2020%200%2015.523%200%2010C0%204.477%204.477%200%2010%200C15.523%200%2020%204.477%2020%2010C20%2015.523%2015.523%2020%2010%2020ZM10%2018C12.1217%2018%2014.1566%2017.1571%2015.6569%2015.6569C17.1571%2014.1566%2018%2012.1217%2018%2010C18%207.87827%2017.1571%205.84344%2015.6569%204.34315C14.1566%202.84285%2012.1217%202%2010%202C7.87827%202%205.84344%202.84285%204.34315%204.34315C2.84285%205.84344%202%207.87827%202%2010C2%2012.1217%202.84285%2014.1566%204.34315%2015.6569C5.84344%2017.1571%207.87827%2018%2010%2018ZM9.003%2014L4.76%209.757L6.174%208.343L9.003%2011.172L14.659%205.515L16.074%206.929L9.003%2014Z%22%20fill%3D%22%238CA9FF%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}


.fulldesc blockquote{
	margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    padding: 20px;
    border-left: 4px solid #005dff;
    background-color: rgba(0, 93, 255, 0.1);
}

.fulldesc blockquote p{
	color: #0D1E50;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.fulldesc blockquote cite{
	font-style: italic;
}