/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.offers-section {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.offers-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.offers-section ul {
    list-style: none;
    padding: 0;
}

.offers-section ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}
