body {
    background-color: var(--background-color);
}

.slider-caption h1 span {
    font-size: 45px;
    font-weight: 700;
}
.accordian_para_size{
    font-size: 22px;
}  


.ew-button-group{
    width: 100%;
    /*display: grid;*/
    justify-content: center;
    align-items: center;
    color: white;
    /*margin-left: 24%;*/
    padding-left: 20%;
}

.ew-button-group button{
color: white;
/*font-weight: 300;*/
}

.btn-group-sm>.btn, .btn-sm-ep {
    padding: .25rem .5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}