    .banner-sub-text {
    font-size: 26px ;
	font-weight: 500;
}

.section-title h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 0;
    cursor: none;
}

.key-fact-item-body h2{
     font-size: 24px ;
	font-weight: 500;
}

.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    background: var(--accent-color);
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:767px) {
        .banner-sub-text {
    font-size: 20px ;
	font-weight: 500;
}

.section-title h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 0;
    cursor: none;
}

.key-fact-item-body h2{
     font-size: 24px ;
	font-weight: 500;
}
    
}