/*
Theme Name: Grasshopper Child
Theme URI: https://grasshopperasia.com
Template: grasshopper-theme
Author: Mohammad Wahid
Author URI: https://github.com/mohammadwahid-eng
Description: Description
Tags: onepage,custom-menu,featured-images,career,translation-ready
Version: 1.0.0.1709545432
Updated: 2024-03-04 17:43:52

*/

:root {
	--gh-primary-color: #65942d;
}

.cookie-accept-btn,
.cookie-accept-btn:hover {
	color: rgb(101, 148, 45);
}

.history-content a {
    color: var(--gh-primary-color);
}

.job_desc_section {
	.pb-5 {
		background-color: white;
		padding-bottom: 0 !important;
	}
	
	.container {
		max-width: 100%;
		margin: 0;
		overflow: hidden;
		
		.row {
			display: flex;
			flex-wrap: nowrap;
			margin-left: -30px;
			
			.col-lg-6 {
				flex: 0 0 70%;
				max-width: 60%;
				background-color: white;
				
				.job_contents {
					max-height: 30%;
				}
			}
			
			.col-lg-5 {
				margin-left: 0;
			}
		}
	}
}