/*
 Theme Name:   Twenty Twenty Four Child
 Theme URI:    http://example.com/
 Description:  Child theme for Twenty Twenty Four
 Author:       Your Name
 Author URI:   http://example.com/
 Template:     twentytwentyfour
 Version:      1.0.0
 Text Domain:  twentytwentyfour-child
*/


/* Custom CSS below */

.innerBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(https://localhost/office/pilcn/assets/images/banner/innerBotm.webp) bottom center / contain no-repeat;
    bottom: -1px;
}