
.inner_section{
	padding: 80px 0;
}
.inner_section p{
	line-height: 1.6;
    color: #333;
    font-size: 15px;
    margin: 0 0 15px;
}
.inner_section p a{
	color: var(--main-color);
	font-weight: 600;
	transition: all .3s ease-in-out;
}
.inner_section p a:hover{
	color: #333; 
}
.inner_content h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0px 0 10px;
    color: var(--main-color);
    line-height: 1.3;
}
.inner_content h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0 10px;
    line-height: 1.3;
}
.inner_content ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--main-color);
    top: 13px;
    left: 10px;
}
.inner_content ul li {
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0 0 10px;
    position: relative;
}

@media (max-width: 992px){
	.inner_content h2 { 
	    font-size: 26px; 
	}
}
@media (max-width: 575px){
	.inner_content h2 { 
	    font-size: 24px; 
	}
	.inner_section p{ 
	    font-size: 14px; 
	}
}
