.section_title h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-primary-color);
}
.section_title h3 {
    font-size: 44px;
    color: var(--title-color);
}
.section_title p {
    display: inline-block;
}
.section_title h3 span, .section_title h4 span {
    color: var(--theme-primary-color);
}

/* =================================================================Responses =================================================================*/
@media (max-width: 767px){
    .section_title h3 {
        font-size: 30px;
        line-height: 42px;
    }
    
}
@media (min-width: 768px) and (max-width: 991px){
    .section_title h3 {
        font-size: 31px;
        line-height: 45px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
   
    .section_title h3 {
        font-size: 40px;
    }
}




