.pad_about_1 {
	padding: 120px 0 80px;
	min-height: 420px
}

.benefits_section {
    padding-left: 60px;
    padding-right: 60px;
}

.about_image_1 {
    width: 100%;
    height: 19rem;
    background-image: url(../images/about-img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 88%;
}

.about_image_2 {
    width: 100%;
    height: 17rem;
    background-image: url(../images/office-team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 32%;
}

.ghc_image_1 {
    width: 100%;
    height: 26rem;
    background-image: url(../images/ghc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 88%;
}

.about_banner_1 .bg_layer{
	background-image: url(../images/bg-company-1.svg);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: left bottom;
    position: absolute;
    display: block;
    content: '';
    max-width: 1440px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    top: 0;
    transform: translate(-48%);
}

.about_banner_2{
	padding-bottom: 36%;
	background-image: url(../images/about-img-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}
.careers_our_value .bg_layer {
    background-image: url(../images/careers.svg);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 1078px;
    background-repeat: no-repeat;
    background-position: right top 240px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.square_48 {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: var( --color-sky-2);
    margin: 15px 0;
}

.grid-2 {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
    justify-content: stretch;
    align-content: start;
    justify-items: stretch;
    z-index: auto;
    margin: 0 auto 0 auto;
}

.position_row {
    display: table;
    width: 100%;
     /*border-bottom: 1px solid #C1C7CD;*/
}

.position_cell {
    display: table-cell;
    padding: 10px;
    font-size: 14px;
    color:#687078;
}
.position_cell:last-child {
    text-align: right;
}
.position_cell a{ color:#0F62FE; /*text-decoration: none;*/ }
.logo_group_about{ 
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin: auto;
    align-items: center;
    margin-top: 20px;
 }
#jobs-container > div:not(:last-child) {
    margin-bottom: 35px;
}
.source_img {
    max-width: 100px;
}
.news_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/external_link.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    width: 100%
}
.excerpt {
    padding: 20px 0 15px;
}
.date, .designation{
    color:#878D96;
}
.job_grid .grid-cell{
min-height: 200px;
}
.job_box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.available_position .bg_layer {
    background-image: url(../images/career-jobs.svg);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 1085px;
    background-repeat: no-repeat;
    background-position: right top 130px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-size: 100%;
}
@media screen and (min-width: 992px){
	.career-custom-col .col-lg-5 {
	    -ms-flex: 0 0 44%;
	    flex: 0 0 44%;
	    max-width: 44%;
	}
	.career-custom-col .col-lg-7 {
	    -ms-flex: 0 0 56%;
	    flex: 0 0 56%;
	    max-width: 56%;
    }
}

@media screen and (max-width: 991px){
    .about_banner_1 .bg_layer{
            background-size: 42%;
    }
}
@media screen and (max-width: 560px){
.position_row{
    border-bottom: 1px solid #eaeaea;
}
.position_table .position_row:last-child{ border:none; }
.position_cell {
    display: block;
}
.position_cell:last-child {
    text-align: left;
    padding-top: 0;
}
.benefits_section {
    padding-left: 20px;
    padding-right: 20px;
}
}
