/*
Theme Name: Onebot Theme Child
Theme URI: https://spenbyservices.com/
Description: Onebot Theme Child
Author: Romneya Robertson
Template: onebottheme
Version: 1.0.0
*/
.footer-inner-top .footer-intro {
    flex: 1 0 230px;
    gap: unset;
}
.footer-menus-widget-area {
    justify-content: flex-end;
    flex: 1 1 0px;
}
@media screen and (max-width:768px){
.footer-inner-top .footer-intro {
    flex: 1 0 100%;
}
.footer-menus-widget-area {
    justify-content: flex-start;
}
	
}