/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.1.0
* Updated	 :	11/22/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/
/* Option 1: Modern Sans-Serif (Open Sans) */
/* Option 2: Modern Sans-Serif with Futuristic Touch (Teko) */
/* Option 3: Modern Sans-Serif (Poppins) with Display Font (Neon) */
/* Option 3: Modern Sans-Serif (Poppins) with Display Font (Neon) */
/* Option 4: Modern Sans-Serif (Nunito) */
/* Option 5: Modern Monospaced (Space Mono) */
/* Option 7: Futuristic Sans-Serif (Barlow) */
h5 {
  /* Ensure text is left-aligned within the h5 element */
  text-align: left;
}
p {
  text-align: justify; /* Justifies the text within the paragraph */
  /* OR */
  text-align: left; /* Aligns the text to the left edge */
}
.accordion-content p {
  /* Target paragraphs within the accordion-content element */
  line-height: 1.5; /* Adjust the value as needed */
}
