.animated-scroller p:before {
  
    font-size: 28px;
    left: -55px;
}

.animated-scroller p {
  text-transform: capitalize;
  font-size: 35px;
}

#sp-footer1 .footer1 {
    font-size: 13px;
    text-transform: capitalize;
}

#sp-header.header-with-modal-menu a {
    color: #62817B;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .animated-scroller p {
        font-size: 25px;
        
    }
}

@media (max-width: 991px) {
    .animated-scroller p:before {
        font-size: 20px;
        left: -55px;
    }
}