/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2024 | 14:50:58 */
div.customArticle2 h1, h2, h3, h4, h5, h6 {
	 font-family: "gilroy-semibold","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: normal;
    margin: 0 0 30px;
    letter-spacing: -0.02em;
   
 color: #111;
	
}

h3.customArticle2 {
  font-size: 1.75rem;
}


/* blockquote.customArticle2, .copy blockquote.customArticle2 {
    padding: 0px 0 0px 75px;
    margin: 40px 0;
    border-left: 10px solid #06a7e4;
} */

/* blockquote p.customArticle2, .copy blockquote p.customArticle2 {
    font-size: 22px;
    line-height: 30px;
    color: #06a7e4;
    margin-bottom: 20px;
} */


div.customArticle2 blockquote, .copy blockquote {
    padding: 0px 0 0px 75px;
    margin: 40px 0;
    border-left: 1px solid #06a7e4;
}

div.customArticle2 blockquote p, .copy blockquote p {
    font-size: 22px;
    line-height: 30px;
    color: #06a7e4;
    margin-bottom: 20px;
}





div.customArticle2 p {
	margin: 0 0 35px !important;
}

li.customArticle2, .copy ul.customArticle2:not(.checklist,.stat-list,.icon-list,.cats,.social-sharing) li.customArticle2 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    list-style-type: none;
}

li.customArticle2:before {
    content: "";
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 7px;
    background-color: #06a7e4;
    position: absolute;
    top: 10px;
    left: 0;
}
    


