.maincontent {
padding:0;
position:relative;
max-width:100%;
border:0;
}

.team-img {
height:200px;
}


/* -- Hero -- */

.hero-global {
    position: relative;
    padding: 80px 15px;
    background-color: #eee;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .32) 15%, rgba(255, 255, 255, .82) 15%, rgba(255, 255, 255, .82) 85%, rgba(255, 255, 255, .32) 85%), url(/imageserver/UserMedia/kguard/svc-bg.jpg);
    background-size: cover;
    background-position: center 40%;
    text-align: center;
}
.hero-panel {
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    max-width: 1450px;
}
.hero-panel p:last-child {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    0% {
        top: 25px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}


.header-title{
    margin:0 auto;
    position: relative;
    max-width:100%;
    display:flex;
align-items:center;
justify-content:center;
  }
  .header-title::before,.header-title::after{
  content:"";
  position: relative;
  background-color:var(--accent-color);
  width:10%;
  height:2px;
  z-index:3;
margin:0 15px;

}