.header-container {
    background-image: url(../images/unblocking-the-future.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inside-header{
	height: 500px;
    display: flex;
    align-items: center;
}
.bg-blur {
    /*background-color: #ffffffd9;*/
}
.padd-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.titles {
    color: #222222;
    font-weight: 500;
    font-family: 'Geomanist-Book';
    font-size: 38px;
    line-height: 48px;
    margin-top: 0;
}
.desc-p {
    color: #666666;
    font-size: 20px;
    font-family: 'Geomanist';
    line-height: 28px;
}
.a-he{
	color: #FFFFFF;
}
.listing_insights{
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
.listing_insights_item_title{
	color: #222222;
    font-weight: 500;
    font-family: 'Geomanist-Book';
    font-size: 26px;
    line-height: 36px;
    margin-top: 15px;
}
.listing_insights_item_title:hover{
	color: #02b765;
}
.listing_insights_item{
    width: 31%;
}

@media screen and (max-width: 767px){
    .listing_insights{
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .inside-header {
        height: 750px;
        display: flex;
        align-items: center;
    }
    .listing_insights_item{
        width: 100%;
    }
}    