/* Start custom CSS for text-editor, class: .elementor-element-395b7d3 */@media only screen and (max-width: 650px) { .aboutimage{
    float:left;
    margin-bottom: 10px;
    margin-right:100px;
}
}

@media only screen and (min-width: 651px) { .aboutimage {
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
}
}

@media only screen and (max-width: 650px) { .aboutimageleft{
    float:left;
    margin-bottom: 10px;
    margin-right:100px;
}
}

@media only screen and (min-width: 651px) { .aboutimageleft {
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
}
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-f2719e7 */.bulletcol li {
  list-style: none; /* Remove default bullets */
}

.bulletcol li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3FC5DC; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 10px; /* Also needed for space (tweak if needed) */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5169d98 */.bulletcol li {
  list-style: none; /* Remove default bullets */
}

.bulletcol li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3FC5DC; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 10px; /* Also needed for space (tweak if needed) */
}/* End custom CSS */