.th-default-wrap{
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.th-default-content h2 {
	margin-top: 50px;
}
.th-default-content h3 {
	margin-top: 50px;
}
.th-default-content p{
    margin-bottom: 25px;
}
.th-default-content ul li, .th-default-content ol li {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 20px;
position: relative;
list-style: none;
}
.th-default-content ul li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #e6a84c;
	border-radius: 50%;
	left: 0;
	top: 11px;
}
.th-default-content ol li {
	counter-increment: li;
}
.th-default-content ol li::before {
	position: absolute;
	content: counter(li);
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #e6a84c;
	font-weight: 400;
	left: 0;
}
.th-default-content ol {
	margin-bottom: 50px;
}
.th-default-content ul {
	margin-bottom: 50px;
}


@media screen and (max-width:991px){
    .th-default-wrap {
        padding: 57px 0 32px;
    }
    .th-default-content h2, .th-default-content h3{
        margin-top: 35px;
    }
    .th-default-content ul, .th-default-content ol{
        margin-bottom: 35px;
    }
}
@media screen and (max-width:767px){
    .th-default-content h1{
        margin-bottom: 10px;
    }
    .th-default-content h2, .th-default-content h3 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .th-default-content p {
        margin-bottom: 20px;
    }
    .th-default-content ul li, .th-default-content ol li{
        margin-bottom: 10px;
    }
    .th-default-content ul, .th-default-content ol {
        margin-bottom: 30px;
    }
    .th-default-content h4, .th-default-content h5, .th-default-content h6{
        margin-bottom: 10px;
    }
    .th-default-wrap {
        padding: 47px 0 27px;
    }
}
@media screen and (max-width:500px){
    .th-default-content h2, .th-default-content h3 {
        margin-top: 25px;
    }
    .th-default-content p {
        margin-bottom: 15px;
    }
    .th-default-content ul li, .th-default-content ol li {
        margin-bottom: 8px;
    }
    .th-default-content ul, .th-default-content ol {
        margin-bottom: 25px;
    }
}