.animated-text__inner {
    font-family: 'Lateef', cursive;
    font-size: 16px;               
    color: #4A235A;                
    text-align: center;          
    line-height: 1.8;              
    font-style: italic;        
}

.animated-text__inner a {
    text-decoration: none;       
    color: #000000;                
    font-weight: normal;     
    transition: color 0.3s ease;
    font-style: italic;
}

.animated-text__inner a:hover {
    color: #D4AC0D;                
}

.animated-text__inner ul {
    list-style: none;              
    padding: 0;                     
}

.animated-text__inner li {
    margin-bottom: 2px;         
    padding: 2px;               
}

.center-between {
display: none;
}

.element.style {
    display: none;
}