.Leadership-section {
 background-color: #fff;
  padding: 5rem 0;
}
.section-title::before {
  background: #0f3b5a;
  content: "";
  height: 2px;
  left: -110px;
  position: absolute;
  top: 50%;
  width: 100px;
}

.section-title h2 {
    font-size: 48px;
    letter-spacing: .05em;
    line-height: normal;
    color:#0f3b5a;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: Trade Gothic Condensed;
    letter-spacing: 0.05em;
}
.Leadership-section-title.global-section-title:before {
    background: #0f3b5a;
}

.Leadership-section_container {
    position: relative;
}
.flex{
display:flex;
align-items:center;
}
.wow{
max-width:200px;
  width:120px;
  border-radius:50%;
}
.Leadership-section-item-content-main{
    background: transparent;
    color: #0f3b5a;
    margin-bottom: 5px;
    font-family: sans-serif;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}
.icon svg{
max-width:20px;
  fill:#0f3b5a;
}
.Leadership-section-item-img img {
    box-shadow: 0px 12px 4px 0px rgb(0 0 0 / 60%), 0 1px 3px rgb(0 0 0 / 50%);
}
.Leadership-section-itemcontent-header-title {
    font-size: 30px;
    line-height: 0.7em;
    font-family: Trade Gothic Bold Condensed;
}
.Leadership-section-itemcontent-header-sub-title {
    font-size: 22px;
    margin-top: 10px;
    font-family: Trade Gothic Condensed;
}
.Leadership-section-item-content-des {
    margin-top: 10px;
  font-family:Trade Gothic Light;
}
.Leadership-section-item-content-des p{
  font-family:Trade Gothic Light;
}

.contact-section-title.global-section-title h3 {
    color: #fff;
}
.Leadership-section-itemcontent-header {
    margin-bottom: 30px;
}
.Leadership-section-item-content {
    padding: 20px;
    max-width: 600px;
}

@media (min-width:1px) {

img.leadership-pattrent {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 40px;
}
.Leadership-section-item-content {
    position: relative;
    z-index: 2;
}
}


@media (max-width:767px) {
  
.Leadership-section_container {
    position: relative;
    padding: 40px 0 0 20px;
}
.Leadership-section-item-content {
    padding: 20px;
}
 .Leadership-section-itemcontent-header {
    margin-bottom: 30px;
}
  .section-title{
  margin-top:40px;
  }
  .section-title::before {
  width:105px;
  }
  .Leadership-section-itemcontent-header-title {
    font-size: 24px;
    line-height: 1em;
}
.Leadership-section-itemcontent-header-sub-title {
    font-size: 20px;
}

.Leadership-section-item-content-des p {
    font-size: 14px;
    margin-bottom: 15px;
  font-family:Trade Gothic Light;
}  
}