/*
Theme Name: Startit
Theme URI: http://startit.select-themes.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  http://themeforest.net/user/select-themes
Version: 2.4.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.capability_main_section .wpb_wrapper{
	display: grid;
/*     justify-content: center; */
	margin-left: 6px;
}
.capability_main_section .qodef-icon-list-item{
    display: flex;
    line-height: 14px;
    position: relative;
}
@media only screen and (max-width: 1024px)
{
.capability_main_section .wpb_wrapper
{
   display: inline;
    margin-left: 6px;
}
}
@media only screen and (max-width: 760px)
{
	footer .qodef-footer-top.qodef-footer-top-full {
    padding: 40px 20px 0px 20px !important;
	}
	footer .qodef-footer-top .qodef-column:first-child{padding-left:16px !important;}
	footer .qodef-footer-top .qodef-column:last-child{padding-right:16px !important;padding-left:16px !important;}

}