.container-fluid.network-main-title-header-parent{
	background: url(/wp-content/uploads/2022/09/1U8A1146.png);
	background-repeat: no-repeat  !important;
	background-size: cover !important;
	top: 0px;
	padding-top: 296px;
	padding-bottom: 207px;
	background-position: center;
}
.netwokr-page-main-heading{
    color: white;
    font-size: 60px;
    line-height: 70px;
    font-family: 'GilroyMedium';
}
.netwokr-page-main-heading span{
   color: #2CDFB0;
}
.page-template-career-landing .new-bar-inner {
    background: #1F1740  !important;
    padding-top: 12px !important;
    margin-top: -20px  !important;
}
.container-fluid.what-we-value-main {
    background: #2CDFB0;
    margin-top:120px;
    padding-top: 120px;
    padding-bottom: 120px;
}
h2.value-heading {
    text-align: center;
    font-size: 50px; 
    font-family: 'GilroyMedium';
    color: white;
    line-height: 60px;
    margin-bottom: 70px;
}
.what-we-value-inner-box {
    display: flex;
    border: 1px solid var(--unnamed-color-ffffff);
    background: #FFFFFF33 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    opacity: 1;
    padding: 52px 36px 41px 36px;
    margin-bottom:30px;
}
.value-image-box{
    width: 90px;
    height: 90px;
    margin-right: 20px
}
h3.value-sub-heading {
    font-size: 24px;
    color: white;
    font-family: 'GilroyMedium';
    line-height: 30px;
}
p.valu-inner-content-para {
    font-size: 20px;
    color: white;
    font-family: 'GilroyLight';
    line-height: 27px;
}
h2.job-listing-block-heading{
	font-size: 50px;
    font-family: 'GilroyMedium';
    color: #1F1740;
    margin-top:120px;
    margin-bottom: 40px;
    line-height: 60px;
}

h2.job-listing-block-heading span{ color: #2CDFB0; }




 @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 680px) {
    .what-we-value-inner-box {
        display: block !important;
        text-align:center !important;
    }
    .value-image-box{
        margin-bottom: 20px !important;
    }
  }