/* #dmg_layout_hero.dmg_layout_heroDefault{background-image:url('/images/layout/about-hero.jpeg');height:450px;} */
.dmg_internal_area_about #dmg_layout_internal{max-width: unset;padding: 0;margin-bottom:0;}
.dmg_internal_area_about #dmg_layout_internal-page{padding:0;}

.about-info{max-width: 790px;margin: 20px auto;text-align: center;line-height: 1.3;}

/* .dmg_internal_area_about #dmg_layout_hero:after{text-align: center;font-weight: 900;color: rgba(255,255,255,.8);font-size: 60px;content: "ABOUT US";position: absolute;top: 10%;right: 36%;line-height: 1;letter-spacing: 12px;} */

.exec-team-wrapper{max-width:1200px;margin:60px auto;}

#aboutus .exec-title{color:#005F83;font-size:30px;font-weight:500;text-align:center;margin-bottom: 5px;}
.exec__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0px 10px 50px;
}
.exec {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 13px;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    height: auto;
    perspective: 1000px;
}

.exec__icon {
    max-width: 70px;
    max-height: 50px;
    display: block;
}

#aboutus .exec-back p {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
	margin-bottom: 10px;
    font-weight: 900;
    color:#fff;
    height: 100%;
}

.exec ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.exec li {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;

}

.exec_header {
    font-weight: 300;
    margin: 20px 0 0;
	font-size: 20px;
	font-weight: 900;
}

.exec-inner {
    position: relative;
    width: 100%;
    height: 260px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.exec-flip:hover .exec-inner {
    transform: rotateY(180deg);
}

.exec-front {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.id60800281 .exec-front {
    background-position: center top;
}

.exec-front, .exec-back {
    position: absolute;
    width: 100%;
    height: 260px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow:none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.exec-back {
    transform: rotateY(180deg);
    background:#005F83;
    padding: 10px 5px;
    box-sizing: border-box;
    overflow:scroll;
}

.id60800281 .exec_img {
    object-position: center top;
}

.exec_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exec-info{
    margin-top: 10px;
}


.core-item {
	width: 30.3%;
	height: 200px;
	float: left;
	margin: 0 1.5%;
	text-align: center;
	border: 2px solid #efefef;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
    background-color:#EA8804;
}

#dmg_layout_internal  .core-item p{
    color: #fff;
    font-size: 50px;
    font-family: 'Caveat', cursive;
    line-height: 1;
    margin: 60px 0 0;
}

#core-values{
    padding: 10px 20px 40px;
    margin:0;
	background-color: #f2a41a;

}

#core-values h2 {
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
}

#core-values .dmg_layout_intwrapper{display:flex;flex-flow:row wrap;justify-content: center;align-items: center;}

.core-item {
	width: 25%;
}


.core-item {
    width: 380px;
    height: 200px;
	color: #ffffff;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-img{width: 100%;height: 100%;object-fit: contain;}

@media screen and (max-width: 1115px){
    .core-item {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px){
    .dmg_internal_area_about #dmg_layout_hero:after{top: 310px;right: 23%;}
}

@media screen and (max-width: 590px){
    .dmg_internal_area_about #dmg_layout_hero:after{right: 3%;}
}