.rkit-advanced-heading p {
position: relative; 
}
.rkit-advanced-heading {
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap; 
} 
.rkit-advanced-heading p {
margin-bottom: 0;
}
.combined-text { 
border-radius: 5px; 
gap: 10px;
justify-content : center;
}
.rkit-trp-text{ 
font-weight: bold;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent; 
display: flex;
flex-wrap: wrap;
}
.rkit-trp-text .headline_text{ 
-webkit-background-clip: text;
background-clip: text;
background-color: #00cea6;  
z-index: 1;
}
.std-text{ 
background-color:  black; 
}
.bg-headline{
background-color: transparent;  
display: inline-flex;
}
.bg-std{
background-color: transparent;  
display: inline-flex;
} @media only screen and (max-width: 1024px) {
.combined-text {
gap: 20px;  
}
}
@media only screen and (max-width: 768px) {
.combined-text { 
font-size: 2rem;  
}
}
@media only screen and (max-width: 480px) { .headline_text{ display: inline-flex;
}
.wrap_text{
font-size: 1rem; 
}
}