.ol-company__item-desc {
    color: #fff;
    background-color: #0A264A;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 15px;
    padding: 75px 0
}

@media (min-width:768px) {
    .ol-company__item-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 30px;
        padding: 0
    }
}

@media (min-width:1024px) {
    .ol-company__item-desc {
        margin: 0;
        padding: 80px 75px;
        height: 430px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }
}


.accordion>.card {
	overflow: hidden
}




.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}

.collapse:not(.show) {
	display: none
}

.ol-career-desc-h{
    font-weight: bold;
    margin-bottom: 5px;
}

.ol-career-desc-h2{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 25px;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.ol-career-btn-container{
    margin-right: 20px;
    background-color: grey;
}

a{
    text-decoration: none;
}

.bg-blue{
    background-color: #0A264A;

}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
.h-480{
    height:33vw;
    /* max-height:480px; */
}
@media (max-width:768px) {
    .h-480{
        min-height:100vw
    }
}
.inner-border{
margin:-1px 0px -1px -1px;
}
.h-300px{
    height:300px;
}
.h-100px{
    height:100px;
}
.scale-hover:hover {
    scale:1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.scale-hover {
    scale:0.8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}