@media only screen and (min-width: 768px) {
    .home__hero__content h1 {
/*         font-size: 96px; */
    }
}

@media only screen and (min-width: 992px) {
/*     .home__hero__content h1 {
        font-size: 86px;
    } */
    .service__list__home .overlay h2 {
        font-size: 36px;
    }
	.talent_block_list img{
		width: 150px;
		height: 60px;
	}
	.number__title {
    	font-size: 80px;
	}
	.Inudstry__inner__links__slider .item h2 a {
		font-size: 50px;
	}
	.who__we__are__title{
		font-size: 48px;
		line-height: 70px;
	}
	.headingTitle{
		margin-top: 0px;
	}
	.careerForm .form-label,
	#instant_rates_form .form-label {
		font-size: 20px;
	}
	#resources_input_wrapper label {
		font-size: 16px;
	}
	#instant_rates_form .tech_stack_label {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1200px) {
    .top-menu-content {
        padding-top: 50px;
    }
    .top-menu-content .nav-menu {
        padding-bottom: 60px;
    }
}