/**
* Theme Name: Greenly Child
* Description: This is a child theme of Greenly, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: greenly
* Version: 1.0
*/

.cspt-pre-header-left {
    display: flex;
    gap: 3em;
    text-align: center !important;
    width: 100%;
    justify-content: center;
    list-style: none;
}

.header-countries a:hover {
    color: var(--cspt-greenly-link-color-hover) !important;
  }


.GCFgraph-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.custom-chart-container{
    width: calc(50% - 20px);
    margin: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-title img.cspt-main-logo{
	    max-height: 70px !important;
}
.cspt-footer-style-2 .cspt-contact-widget-line::before{
	height: 40px !important;
	width: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}

.partner_card{
	display: flex; 
	flex-wrap: wrap;
}

 .partner_card {
    display: flex !important;
    gap: 2rem;
  }
