/*
Theme Name: Sure Step Venture Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Sure Step Ventures theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#site-footer {
  display: none!important;
}
.twobox{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.twobox > div{ width:49%}
.pos-r > div{position: relative;}


@media only screen and (max-width: 740px) {
.twobox{ display:block;}
.twobox > div{ width:100%}
}