/*
 Theme Name:   gen9 Child
 Theme URI:    https://example.com/
 Description:  gen9 Child Theme
 Author:       Zonewebsites
 Author URI:   https://example.com/
 Template:     gen9
 Version:      1.0.0
*/

/* Your custom CSS below */

.infosection {
    display: flex;
    column-gap: 22px;
    background: #359dd7;
    padding: 18px 20px;
    color: white;
        flex-direction: row-reverse;
}
.social{margin-bottom:20px;margin-top:10px;}
.desktopfooter{position:relative !important; top:0px;left:0px;}

.infosection span a{color:white;text-decoration:none;font-weight: 600;}

#content{padding:0 !important;}
.infosection span {display: flex; align-items: anchor-center;}
@media(max-width:600px){
    #content{padding:0px 20px !important;}
    .infosection{flex-direction: column;margin:20px 0px;}
}
.blog-card {
    padding: 10px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 4px #93939326;
    margin: 10px 0px;
}