* {
padding:0;
margin:0;
box-sizing:border-box;
font-family:"Poppins", sans-serif;
}

img {
	max-width: 100%;
}

body {
    background-color:#FFF;
    color:gray;
    margin:0 auto;
    font-size:12px;
  
}

.background_image{
    background-image: url(stone_background_small.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
    margin:0 auto;
    height:240px;
    top:10px;
    max-width: 100%;

/*    box-shadow: 0 20px 40px rgba(0,0,0,0.2);*/
    
}

.button2 {
    width: 100%;
    font-size: 16px;
    position:relative;
    margin-bottom:80px;
    margin-top:20px;
    height:auto;
    display: grid;
    padding:10px 20px 10px 20px;
    background-color:#383E47;
    color:#fff;
}

.button {
    max-width: 150px;
    width: 100%;
    font-size: 16px;
    position:relative;
    margin:0 auto;
    margin-bottom:20px;
    margin-top:20px;
    height:auto;
    display: none;
    top:10px;
    padding:10px 20px 10px 20px;
    background-color:#383E47;
}

a {
    text-align: center;
    text-decoration: none;
    color:#BC1B1E;
}

.button p {
    text-align: center;
    text-decoration: none;
    color:#fff;
}

.line {
    border:1px solid rgb(231, 231, 239);
    height:1px;
    margin-top:20px;
    margin-bottom: 20px;
}

.viewall {
    margin-bottom: 20px;

}

.alljobs {
    text-decoration: none;
    margin-bottom: 50px;
}

.container {
    background-color:#fff;
    max-width: 100vmin;
    font-size: 14px;
    position:relative;
    margin:0 auto;
    height:auto;
    display: grid;
    grid-template-columns: 3fr 10fr;
/*    box-shadow: 0 20px 40px rgba(0,0,0,0.2);*/

}

h5 {
   color:rgb(152, 152, 152) !important;
    font-weight: 400;
    
}

.tabs {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    background-color:#fff;
    color:#383E47;
    height:320px;
    margin-top:32px;
    position: sticky;
    padding-left:20px;
    
}

h2 {
    margin-bottom:15px;
}

h3 {

    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
    text-align: left;
    padding:5px;
}

.tabsleft {
    padding-bottom:12px;
}

.tabsleft p {
    font-size:11px;
    color:gray;
    padding-left:5px;
}


h4 {
    color:#BC1B1E !important;
}

.tab-content {
    background-color: #fff;
    padding:1em 3.5em;
    overflow:none;
    height:2800px;
}


.tab-content h4 {
    font-size: 1.8em;
    margin-bottom:0.5em;
    color:#000000;
    font-weight: 600;
}


.tab-content p {
    text-align: justify;
    line-height: 1.9;
    letter-spacing:0.4px;
    color:#000000;
    font-weight: 600;
}

.tab-content div {
    display: none;
}

.tab-content .active {
    display:block;
}

.tabs .active {
    background-color:#fff;
    color:#383E47;
}


@media screen and (max-width:600px) {
    
.background_image{
    background-image: url(stone_background_small_mobile1.jpg);    
    
}
    
}    
@media screen and (max-width:400px) {
    
.background_image{
    background-image: url(stone_background_small_mobile2.jpg);    
    
}    
    
}    


@media screen and (max-width:700px) {
    .container {
        display:block;
        
    }
    
    .tabs {
        display: none;
    }
}


@media screen and (max-width:960px) {
    .button {
        display:grid;
    }
    
        .button2 {
        display:none;
    }
}

@media screen and (max-width:1000px) {
    .container {
        font-size:14px;
        min-width: 90vmin;
        height:70vh;
    }
    .tab-content {
        padding:1em 1.2em;
    }
}
