/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.1
Template: pro

*/

.acf-editor-wrap iframe {
    height: 150px !important;
}
.ulk-bg{
	background:#0E192C !important;
	color:#fff;
	border:0px !important;
	padding:30px !important;
}
.cnt ul li:before {
    content: '';
    position: absolute;
    top: 0.825rem;
    left: 0;
    width: 1em;
    height: 0.25em;
    border-radius: 0;
    background-color: #E0383B;
}
.cnt ul {
    list-style-type: none;
}
.cnt .spl-lst ul{
	padding-left:0px;
}
.cnt .spl-lst li {
    margin-top: .5em;
}
.cnt li {
	position: relative;
    padding: .1em 0 .1em 1.75em;
}
.cnt h2,
.cnt h2 *,
.cnt h3,
.cnt h3 *,
.cnt h4,
.cnt h4 *{
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.cnt h2,
.cnt h2 *{
  font-size: 2.5rem;
}

.cnt h3,
.cnt h3 *{
  font-size: 2rem;
}

.cnt h4,
.cnt h4 *{
  font-size: 1.5rem;
}
@media screen and (min-width: 767px) {
    .cnt .spl-lst li {
        width: 47%;
    }
	.cnt .spl-lst > :where(ul,ol) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
  .cnt h2,
	.fm-content h2 *{
    font-size: 2rem;
  }
  
  .cnt h3,
	.fm-content h3 *{
    font-size: 1.5rem;
  }
  
  .cnt h4,
	.fm-content h4 *{
    font-size: 1.25rem;
  }
}
