@media (max-width: 1200px){
    .innerherobanner .innertitle::after{
    position: absolute;
    content: '';
    height: 0px;
    width: 50px;
    background-color: var(--white-color);
    bottom: -8px;
    left: 10%;
    border-radius: 50%;
}
}